DOMAnimationExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents a DOMAnimation in JavaScript

Remarks [edit]

Properties

int Duration {get; set;} // Via attribution on DOMAnimation
The length of the animation in milliseconds
bool Loop {get; set;} // Via attribution on DOMAnimation
True if the animation should be looped
DateTime Timestamp {get; set;} // Via attribution on DOMAnimation
The server time at which the animation started playing. Useful for synchronizing animation on scene entry