bespokejs / bespoke

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

Ie #12

Closed DrMabuse23 closed 11 years ago

DrMabuse23 commented 11 years ago

Hey, Can you plz share a example for ie Browsers ? i implement es5-shim.min.js and classList but the coverflow doesnt run

markdalgleish commented 11 years ago

The coverflow effect relies on CSS transforms and transitions, which are not supported in IE9 and below. Traditional 2D styles without transitions should work just fine.