Transitions on Graphics
September 30, 2009 12:00 AM
put a show action for that graphic in the page root using "on:show", show, target:yourgraphic. attach a new action to the graphic with the action "on: show", hide, target:yourgraphic, delay 2.5. and set the transitions for each action like you want them. So when the page shows, it will fade in your graphic. And after the graphic is shown for 2.5 secs, it will hide/fade. That should do it.
krvenick said:Is there a way to have an image transition in and then transition out without clicking any buttons? I tried setting the transition to In and then Out, delaying the out action for 2.5 secs but it doesn't seen to work.
Discussions have been disabled for this post