mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-30 17:59:59 +02:00
refactored and improved auto-animate matcher, supports line-by-line code animations
This commit is contained in:
@@ -1318,6 +1318,10 @@ $controlsArrowAngleActive: 36deg;
|
||||
* AUTO ANIMATE
|
||||
*********************************************/
|
||||
|
||||
.reveal [data-auto-animate-target="unmatched"] {
|
||||
will-change: opacity;
|
||||
}
|
||||
|
||||
.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate="running"]) [data-auto-animate-target="unmatched"] {
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -1663,6 +1667,13 @@ $controlsArrowAngleActive: 36deg;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.reveal pre[data-auto-animate-target] {
|
||||
overflow: hidden;
|
||||
}
|
||||
.reveal pre[data-auto-animate-target] code {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* ROLLING LINKS
|
||||
|
Reference in New Issue
Block a user