feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

Parallel: createParallelEffectWithEasing() #1824

Open esidegallery opened 1 year ago

esidegallery commented 1 year ago

The current Parallel.createParallelEffect() doesn't support easing/transitions, so added new createParallelEffectWithEasing(), which applies an easing function across the entire length of the parallel effect.

Josh, please let me know of any changes you would like me to make.