fix auto-animatie transform origin + refactoring

This commit is contained in:
Hakim El Hattab
2020-02-06 14:30:32 +01:00
parent 4802a2b7f4
commit e5ba80478d
2 changed files with 63 additions and 62 deletions

View File

@ -931,14 +931,6 @@ body {
transform: none;
transition: none; }
/*********************************************
* AUTO ANIMATE
*********************************************/
.reveal section[data-auto-animate] .auto-animate-target {
transition-property: all;
-webkit-transform-origin: top left;
transform-origin: top left; }
/*********************************************
* PAUSED MODE
*********************************************/