Skip to content

Commit e4de0a2

Browse files
committed
revert the plotly fix plotly/plotly.R#524 (comment)
1 parent 6a7ed79 commit e4de0a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/rmd/ioslides/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
transition: opacity 0.6s ease-in $transition$s;
9191
opacity: 0;
9292
}
93+
/* https://github.com/ropensci/plotly/pull/524#issuecomment-468142578 */
94+
slide:not(.current) .plotly.html-widget{
95+
display: block;
96+
}
9397

9498
$if(logo)$
9599
slides > slide:not(.nobackground):before {

0 commit comments

Comments
 (0)