We have animations which run on our menu screens. In the current version of storyboard, those animations don’t start until the “enterScene” event is called, which means the scene fades in all static and boring, and then starts animating once the transition is finished. This gives a jerky, or unnatural feel to the animation. The animation should be started before the fade-in starts, but there is no Storyboard event to make this a reality.
To workaround this, we have to purge each scene to force it to be rebuilt next time it’s used so that we can start the animations in the “createScene” event. This means we don’t get to use some of the benefits of storyboard, like keeping scenes in memory for higher performance.
In summary, please add an optional “preTransition” event to Storyboard. We’d really appreciate it, and hopefully others would too. [import]uid: 35618 topic_id: 22325 reply_id: 322325[/import]