japgolly / scalacss

Super type-safe CSS for Scala and Scala.JS.
https://japgolly.github.io/scalacss/book
Apache License 2.0
339 stars 44 forks source link

Multiple animations #91

Open turbolent opened 8 years ago

turbolent commented 8 years ago

The book explains how to define and use keyframe animations: https://japgolly.github.io/scalacss/book/features/keyframes.html How is it possible to apply multiple animations to a selector? In plain CSS this would be e.g. animation-name: kf1, kf2.

Taking the book as an example, how would the definition of anim1 with multiple animations look like?

Thanks

turbolent commented 8 years ago

@japgolly Any idea how this could be done?