Animation
Expression Studio 4.0
The following cascading style sheet properties specifically apply to animation.
Properties
-
animation Sets up six separate animation properties of the object.
-
animation-delay Sets the time delay before an animation begins.
-
animation-direction Sets whether an animation will alternate forward and backward play.
-
animation-duration Sets the length of time that an animation will take to complete one cycle.
-
animation-iteration-count Sets the number of times that an animation cycle will repeat.
-
animation-name Defines a list of animations that apply to an object.
-
animation-timing-function Sets how the animation will progress over one cycle.