animate method

bool animate(
  1. num delay,
  2. num from,
  3. num to,
  4. bool loop,
  5. num speedRatio, [
  6. num weight,
])

Implementation

external bool animate(num delay, num from, num to, bool loop, num speedRatio, [num weight]);