@codemovie/code-movie-runtime
Advanced tools
Changelog
2.2.0
<code-movie-runtime>
now uses its custom state set to track the current frame. If the current frame is 7 for example, the CSS selector code-movie-runtime:state(frame7)
will match.aux
slotChangelog
2.1.0
go(targetKeyframe)
can be used as an alternative way to navigate to specific keyframes. The setter current
does the same thing, but if you'd rather use a method, go()
has you covered.