zurb / twentytwenty

jQuery Plugin to Compare Images
ISC License
1.27k stars 295 forks source link

Handle moves faster than image #111

Open markm26 opened 5 years ago

markm26 commented 5 years ago

When I drag the handlebar, it moves faster than the images. I’ve applied this to another Web site without a problem. The link where the problem is occurring is http://threeriversbaseball.com/news050119-field.php. Any help would be much appreciated.

7iomka commented 5 years ago

You have transition: all 0.8s ease-in-out 0s; on all your images just make exclusion for .twentytwenty-container img { transition: none }