]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge branch 'develop' into IS8846-slider-fix-initial-start-fill-calc
authorKevin Ball <kmball11@gmail.com>
Fri, 21 Oct 2016 21:14:17 +0000 (14:14 -0700)
committerKevin Ball <kmball11@gmail.com>
Fri, 21 Oct 2016 21:14:17 +0000 (14:14 -0700)
1  2 
js/foundation.slider.js

index 0391395fac5fc9cbc6a5009e3711f7d9b96b03fe,ee539009bf66b1c2352afe1509c53cacdc5819c8..831a7216f2748915625769cc0869a4d4b2dacfc9
@@@ -191,6 -191,8 +191,7 @@@ class Slider 
  
      //because we don't know exactly how the handle will be moved, check the amount of time it should take to move.
      var moveTime = this.$element.data('dragging') ? 1000/60 : this.options.moveTime;
 -
      Foundation.Move(moveTime, $hndl, function() {
        //adjusting the left/top property of the handle, based on the percentage calculated above
        $hndl.css(lOrT, `${movement}%`);