package animation
Type Members
- case class Frame[Svg](frame: Svg, repeat: Int = 1) extends Product with Serializable
An animation frame, possibly repeated several times
- case class GraphAccentuation[Svg](api: BaseSvgApi[Svg]) extends Product with Serializable
- case class GraphAlignment[Svg](api: BaseSvgApi[Svg]) extends Product with Serializable
- case class GraphCleanup[Svg](api: BaseSvgApi[Svg]) extends Product with Serializable
- case class GraphInterpolation[Svg](api: BaseSvgApi[Svg]) extends Product with Serializable