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:
Ray Greenwell
2008-06-11 22:15:58 +00:00
parent 49777fab3f
commit cafdd35170
8 changed files with 8 additions and 0 deletions
@@ -24,6 +24,7 @@ package com.threerings.flash.path {
/**
* Used by paths to interpolate between two values.
*/
[Deprecated(replacement="caurina.transitions.Tweener")]
public /*abstract*/ class InterpFunc
{
public /*abstract*/ function getValue (complete :Number) :Number