, transition end
(3-) . .
$(UnorderedListElement).one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend", function ()
{
{
$(UnorderedListElement).css('transform', 'translate3d(0, 0, 0)');
}
});
. , , left
.
Last thing . It is not recommended to move the opening of the image container. You must show your images separately. There is an obvious problem on your way: when the page copies the last image, there will be no next image to click on it!
source
share