equal
deleted
inserted
replaced
64 this._Popcorn.currentTime(newTime); |
64 this._Popcorn.currentTime(newTime); |
65 }; |
65 }; |
66 |
66 |
67 /* handles mouse over the slider */ |
67 /* handles mouse over the slider */ |
68 IriSP.SliderWidget.prototype.mouseOverHandler = function(event) { |
68 IriSP.SliderWidget.prototype.mouseOverHandler = function(event) { |
69 this.sliderBackground.animate({"height": "10px"}, 100); |
69 this.sliderBackground.animate({"height": "9px"}, 100); |
70 this.sliderForeground.animate({"height": "10px"}, 100); |
70 this.sliderForeground.animate({"height": "9px"}, 100); |
71 |
71 |
72 // this.selector.removeClass("Ldt-SliderMinimized"); |
72 // this.selector.removeClass("Ldt-SliderMinimized"); |
73 // this.selector.addClass("Ldt-SliderMaximized"); |
73 // this.selector.addClass("Ldt-SliderMaximized"); |
74 }; |
74 }; |
75 |
75 |