DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

Customizable transition easing #896

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Transitions support easing thanks to the CCTransitionEaseScene protocol; 
however nearly all of them are hardcoded to use a CCEaseOut with a specific 
rate, with one case of CCEaseInOut for CCSplitColsTransition, and cannot be 
modified without editing Cocos2D's source directly.

The ability for every transition type to have a customizable ease with specific 
parameters would make the transition system even more dynamic.

Original issue reported on code.google.com by yvaynsht...@gmail.com on 24 Jun 2010 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 24 Jun 2010 at 3:41