mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
auto-animate bug fixes + support for inheriting options from closest animated parent element
This commit is contained in:
parent
f33ecadf5d
commit
1649bd0d98
3 changed files with 46 additions and 23 deletions
|
|
@ -1233,7 +1233,7 @@ body {
|
|||
/*********************************************
|
||||
* AUTO ANIMATE
|
||||
*********************************************/
|
||||
.reveal section[data-auto-animate]:not([data-auto-animate="running"]) [data-auto-animate-target="unmatched"] {
|
||||
.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate="running"]) [data-auto-animate-target="unmatched"] {
|
||||
opacity: 0; }
|
||||
|
||||
/*********************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue