Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from tomByrer/patch-1
Browse files Browse the repository at this point in the history
removed outdated CSS vender prefixes
  • Loading branch information
gilbitron committed Sep 22, 2014
2 parents 47ef953 + 7694200 commit 9410b4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ideal-image-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,10 @@ var IdealImageSlider = (function() {

var _unTranslate = function(slide) {
slide.style.removeProperty('-webkit-transition-duration');
slide.style.removeProperty('-moz-transition-duration');
slide.style.removeProperty('-ms-transition-duration');
slide.style.removeProperty('-o-transition-duration');
slide.style.removeProperty('transition-duration');

slide.style.removeProperty('-webkit-transform');
slide.style.removeProperty('-moz-transform');
slide.style.removeProperty('-ms-transform');
slide.style.removeProperty('-o-transform');
slide.style.removeProperty('transform');
};

Expand Down

0 comments on commit 9410b4b

Please sign in to comment.