Deprecate everything in this package. Use tweener. It's better.
Unfortunately, the flex compiler is a bit thick and issues a deprecation warning when compiling a class that is itself deprecated, so this adds warning spew to nenya compilations. I'll probably blow all this away soon (except maybe HermiteFunc, which could be adapted into a standard easing function for use with Tweener and flex easing effects- the other functions are already well represented.). git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@539 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -10,6 +10,7 @@ import flash.utils.getTimer;
|
||||
/**
|
||||
* Moves a display object along a particular path in a specified amount of time.
|
||||
*/
|
||||
[Deprecated(replacement="caurina.transitions.Tweener")]
|
||||
public /*abstract*/ class Path
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user