DOMAnimationExtended

From Virtual World Web Wiki
Revision as of 20:14, 8 January 2018 by Spark5 (Talk | contribs) (Documentation for the DOMAnimationExtended class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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