Feb 25, 2008
Tweening Silverlight with JSTweener
Posted by Dennis in Uncategorized • 5 commentsI do most of my ActionScript tweening with the easy-to-use Tweener class. Tweener has been ported to JavaScript so that means it can be used with Silverlight 1.0. This port is called JSTweener and its syntax is identical with Tweener for ActionScript. The most basic tweening example looks like this: JSTweener.addTween( myObject, { x: 30, [...]
