src/js/widgets/sliderWidget.js
branchpopcorn-port
changeset 329 d37ca170cdb2
parent 324 abe961b7f295
child 330 156ea1d74223
equal deleted inserted replaced
328:279f188a5624 329:d37ca170cdb2
    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