This is where are all available easing equations. Easing Equations (c) 2003 Robert Penner, all rights reserved. NB: I have of course not created the following equations, as a flasher I am a fan of Robert Penner therefore I preferred integrated endorse.

Namespace:  Tweened
Assembly:  Tweened (in Tweened.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class TweenedEquations
C#
public static class TweenedEquations
Visual C++
public ref class TweenedEquations abstract sealed
JavaScript
Tweened.TweenedEquations = function();

Type.createClass(
	'Tweened.TweenedEquations');

Remarks

Animations for opacity it is better to choose Equation.Linear TweenObject witch affects a color property only have Linears Equations

Inheritance Hierarchy

System..::.Object
  Tweened..::.TweenedEquations

See Also