Fixed orbit SlideAnimation
The animation was using animate({margin: '0%'}) which would effectively animate the css margin property.
The intention was to animate the marginLeft or marginRight property (depending on ltr or rtl of document).
Loading
Please sign in to comment