Describes how much time the animation will take.
If the animation repeats more than once, describes the duration of one iteration.
uint duration() @propertyGet duration property.
Describes how much time the animation will take.
If the animation repeats more than once, describes the duration of one iteration.
void duration(uint propval) @propertySet duration property.
propval | Duration of the animation, in milliseconds. Describes how much time the animation will take. If the animation repeats more than once, describes the duration of one iteration. |