roundabout icon indicating copy to clipboard operation
roundabout copied to clipboard

v2.4.2: animation stuttering with Jquery 1.8.3

Open jcollum opened this issue 12 years ago • 1 comments

I had a list of images in li's in a shallow circle. Item 0 was in the center. When I clicked on Item 3, all went fine. Then I clicked on Item 5 and Item 0 popped back to center for a second, then the animation proceeded normally. Same thing when I clicked on Item 6.

Downgrading to JQuery 1.7 seems to have fixed this. In my gemfile I used: gem 'jquery-rails', '1.0.17' I think that downgrades Jquery UI as well.

jcollum avatar Dec 10 '12 21:12 jcollum

check this issue - worked for me https://github.com/fredhq/roundabout/issues/72

mschel avatar Jan 09 '13 19:01 mschel