Having a demo app like this is a really good idea. However i just want to make sure - you are documentating/demonstrating SC.View.animate() right? This is the primary API we should to highlight in the docs IMO.
I believe SC.Animatable is going to be deprecated if not entirely removed at some point because the code is not well baked. Someone correct me if I am wrong...
Best
Kyle Carriedo
The Code Boutique
http://communityalpha.heroku.com/
I have gotten a lot of feedback about the demo app and have implemented some of the changes. Some of the changes include a new type callback demo, some preset animations and a new theme. Please let me know what you think I would love your feedback.
Currently 1.5 pre is no working on iOS so the demo will not run on ipad/iphone
http://animate.strobeapp.com/
Best,
Kyle Carriedo
Software engineer
Kind Regards,
Chad Eubanks
The Code Boutique
Sent from my iPhone
myApp.myView.animate("rotateY", 0, { duration: 1, timing: 'ease-in-out', 'nameOfMethodOnYourView' })
or:
myApp.myView.animate("rotateY", 0, { duration: 1, timing: 'ease-in-out', {target: someObject, action: 'amethod'} })
Alex