Using Dojo animation with WRT Widgets
Article Metadata
Code Example
Source file: Media:WipeIn Out.zip Media:Easing.zip Media:AnimProperty.zip Media:SlideTo.zip Media:FadeIn out.zip
Article
Created: symbianyucca
(29 Oct 2009)
Last edited: hamishwillee
(12 Oct 2012)
Using Dojo animation with WRT Widgets
Animation and effects with are really easy to be handled. The base dojo class offers a method called animateProperty which with you can define any sets of properties to be changed with a timer.
Also you can define the style of the change with easing settings
And example WRT Widget for the animateProperty method: AnimProperty.zip
And an WRT Widget example for testing different easing methods: Easing.zip
On top of the property changes, Dojo also includes effects class called dojo.fx, with dojo.fx the extended functionality includes:
- WipeIn / WipeOut, WipeIn Out.zip
- FadeIn / FadeOut: FadeIn out.zip
- And Slide To: SlideTo.zip

