auto-animate applies styles via stylesheet to avoid changing the slide dom

This commit is contained in:
Hakim El Hattab
2020-02-05 15:55:08 +01:00
parent b6b94739e2
commit 4802a2b7f4
3 changed files with 151 additions and 131 deletions

View File

@ -990,17 +990,6 @@ $controlsArrowAngleActive: 36deg;
}
/*********************************************
* AUTO ANIMATE
*********************************************/
.reveal section[data-auto-animate] .auto-animate-target {
transition-property: all;
transform-origin: top left;
}
/*********************************************
* PAUSED MODE
*********************************************/