mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
easing option for auto-animate
This commit is contained in:
parent
a3cd500154
commit
b6c890b1a7
4 changed files with 74 additions and 24 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue