lib.haxe.org

actuate

Actuate is a fast, flexible tween library with a jQuery-like syntax. It out-performs TweenLite, and is easy to extend if you need more features.
Version
1.40
Owner
elyon
License
GPL

History

  • 2012-04-26 00:52:57
    1.40
    Fixed a minor Neko bug
  • 2012-04-15 09:55:38
    1.39
    Updated for Haxe 2.09
  • 2012-01-09 01:11:09
    1.38
    Now you can pass actuator instances into Actuate.stop, Actuate.pause and Actuate.resume
  • 2012-01-04 20:22:07
    1.37
    Added documentation for haxelib
  • 2012-01-03 19:56:42
    1.36
    Improved MethodActuator and applied a small fix to genericActuator.reflect
  • 2011-10-28 18:20:30
    1.35
    Added onRepeat. Especially good for timers, like Actuate.timer(1).repeat().onRepeat(trace,["ping"]);
  • 2011-09-24 01:31:18
    1.34
    ObjectHash fix for Neko
  • 2011-09-21 23:23:43
    1.33
    Added Javascript support to ObjectHash class
  • 2011-08-24 01:13:46
    1.32
    Realized that iterator() for TypedDictionary returns keys, not values. Actuate.pauseAll and Actuate.resumeAll fixed for Flash target
  • 2011-08-23 23:36:11
    1.31
    Fixed iterator() for Flash target, ported FilterActuator, MethodActuator and TransformActuator to Haxe
  • 2011-08-23 20:16:21
    1.30
    Implemented an interface again for performance, utilizing "old style" default values
  • 2011-08-23 03:14:14
    1.29
    Need to revert from an interface to typedef for now, since CPP does not support default parameters in interfaces
  • 2011-08-22 23:45:07
    1.28
    Changed from Hash to a Flash/CPP compatible ObjectHash to speed object lookups
  • 2011-08-22 21:58:16
    1.27
    Switching from typedefs to interfaces to improve CPP performance
  • 2011-08-18 10:33:15
    1.26
    Small fix for calling Actuate.stop () without specifying properties
  • 2011-07-20 09:55:51
    1.25
    Overwriting a previous tween will not fire the complete event (how it was in 1.23 and before)
  • 2011-07-20 06:54:26
    1.24
    Worked around a strange haxe-specific timing bug
  • 2011-07-20 05:34:43
    1.23
    Fixed apply() for CPP targets, and made it possible to silence the complete event when stopping tweens
  • 2011-03-02 22:52:52
    1.22
    Initial haxelib release