codrops / Elastislide

Elastislide is a responsive image carousel that will adapt fluidly in a layout. It is a jQuery plugin that can be laid out horizontally or vertically with a pre-defined minimum number of shown images
362 stars 111 forks source link

Bugfix for old navigators #3

Closed efemero closed 11 years ago

efemero commented 11 years ago

I added -prefixes-transform to resolve bugs in safari, and old chrome and opera

amurrell commented 11 years ago

I am limited by using an older version of jQuery (1.7.2) and your commits here really helped. If I used your css file edit, the transitions would work on chrome on my desktop, but did not work on my phone (nexus 4 - also using chrome). Instead of editing the css file, I used your other technique for the transform property on the JS file and added it to the _add.transition function. That made it work on my phone as well.