Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- emile.js stop animation before start another
- this.showItem = function(n) {
- this.articlesElms[this.currentItem].style.zIndex = '2';
- emile(this.articlesElms[this.currentItem].id, 'opacity:0', {duration: 512});
- removeClass(this.thumbnailsElms[this.currentItem], this.options.activeClassName);
- this.currentItem = n;
- this.articlesElms[this.currentItem].style.zIndex = '20';
- emile(this.articlesElms[this.currentItem].id, 'opacity:1', {duration: 512});
- addClass(this.thumbnailsElms[this.currentItem], this.options.activeClassName);
- }
Advertisement
Add Comment
Please, Sign In to add comment