bespokejs / bespoke

DIY Presentation Micro-Framework
http://markdalgleish.com/projects/bespoke.js/
MIT License
4.69k stars 442 forks source link

Seems to crash mobile safari on orientation change #1

Closed sosukeinu closed 11 years ago

sosukeinu commented 11 years ago

Seems like an awesome framework. I was thinking of incorporating this into a project, but your demo page seems to crash mobile safari on orientation change. Any ideas what could be causing this? Thank you.

markdalgleish commented 11 years ago

This isn't a limitation of the framework, but a problem with overloading Mobile Safari with too many complex transitions in your presentation - especially colour/opacity transitions coupled with 3D transforms.

I'll look into a way to fix it, but I'd say this shouldn't be a barrier to you using it. Just make sure you test on actual devices during dev to make sure you don't go overboard, like I did.

sosukeinu commented 11 years ago

awesome, thanks.