easing option for auto-animate

This commit is contained in:
Hakim El Hattab
2020-02-01 19:11:52 +01:00
parent a3cd500154
commit b6c890b1a7
4 changed files with 74 additions and 24 deletions

View File

@ -934,11 +934,8 @@ body {
/*********************************************
* AUTO ANIMATE
*********************************************/
.reveal section[data-auto-animate] {
transition: none; }
.reveal section[data-auto-animate] .auto-animate-target {
transition: all 0.7s ease;
transition-property: all;
-webkit-transform-origin: top left;
transform-origin: top left; }

View File

@ -994,12 +994,8 @@ $controlsArrowAngleActive: 36deg;
* AUTO ANIMATE
*********************************************/
.reveal section[data-auto-animate] {
transition: none;
}
.reveal section[data-auto-animate] .auto-animate-target {
transition: all 0.7s ease;
transition-property: all;
transform-origin: top left;
}