Archive for August 12th, 2008

12
Aug

Using an easing function with the AnimateProperties class in Flex and Flash Player 10

The following example shows how you can apply an easing function to a property animation in Flex with the beta Gumbo SDK and Flash Player 10 by setting the easingFunction property on the AnimateProperties object instance.

Full code after the jump.

Continue reading ‘Using an easing function with the AnimateProperties class in Flex and Flash Player 10′

12
Aug

Repeating an animation using the AnimateProperties class in Flex and Flash Player 10

The following example shows how you can repeat a property animation in Flex with the beta Gumbo SDK and Flash Player 10 using the AnimateProperties class and repeatCount property.

Full code after the jump.

Continue reading ‘Repeating an animation using the AnimateProperties class in Flex and Flash Player 10′