Open markm26 opened 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.
You have transition: all 0.8s ease-in-out 0s; on all your images just make exclusion for .twentytwenty-container img { transition: none }
transition: all 0.8s ease-in-out 0s;
.twentytwenty-container img { transition: none }
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.