Celestine::Modules::CommonAnimate
Gives animated elements like animate and animate_motion it's shared attributes.
Instance methods
The accumulate attribute controls whether or not an animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration.
The accumulate attribute controls whether or not an animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration.
The additive attribute controls whether or not an animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values.
The additive attribute controls whether or not an animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values.
Defines how the animation should interpolate values.
- Potential values:
discrete | linear | paced | spline - Mozilla SVG Docs
Defines how the animation should interpolate values.
- Potential values:
discrete | linear | paced | spline - Mozilla SVG Docs
The duration of the animation
The duration of the animation
What kind of unit duration should use when rendering
What kind of unit duration should use when rendering
The additive attribute controls whether or not an animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values.
The additive attribute controls whether or not an animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values.
This is an optional array of floats that describe at what times in an animation values should be used. This can only be used with values.
TODO: Restrict this to only allow numbers between 0 and 1.0
This is an optional array of floats that describe at what times in an animation values should be used. This can only be used with values.
TODO: Restrict this to only allow numbers between 0 and 1.0
This is an optional array of floats that describe at what times in an animation values should be used. This can only be used with values.
TODO: Restrict this to only allow numbers between 0 and 1.0
This is an optional array of floats that describe at what times in an animation values should be used. This can only be used with values.
TODO: Restrict this to only allow numbers between 0 and 1.0
The max attribute specifies the minimum value of the active animation duration
The max attribute specifies the minimum value of the active animation duration
What kind of unit max should use when rendering
What kind of unit max should use when rendering
The min attribute specifies the minimum value of the active animation duration
The min attribute specifies the minimum value of the active animation duration
What kind of unit min should use when rendering
What kind of unit min should use when rendering
How many times this animation should be repeated. This can be a number or the string "indefinite"
How many times this animation should be repeated. This can be a number or the string "indefinite"
The duration that the animation should repeat.
The duration that the animation should repeat.
What kind of unit repeat_duration should use when rendering
What kind of unit repeat_duration should use when rendering
An optional way to specify the values to animate between, for example, adding the numbers 0, 100, 0 it will animate the attribute from 0 to 100 in the first half # of the animation time and then go back to 0. Values in this