Пример #1
0
 /// <summary>
 /// Gets or sets the status of animation of the element.
 /// </summary>
 /// <param name="anim">animation object</param>
 /// <param name="value">0 – 1. If specified, method works like a setter and sets the status of a given animation to the value. This will cause animation to jump to the given position.</param>
 /// <returns>status</returns>
 public JsNumber status(Animation anim, JsNumber value)
 {
     return null;
 }
Пример #2
0
 /// <summary>
 /// Gets or sets the status of animation of the element.
 /// </summary>
 /// <param name="anim">animation object</param>
 /// <returns>status if anim is not specified. Array of objects in format:</returns>
 public AnimationStatus status(Animation anim)
 {
     return null;
 }