And I have a div with class="sc-bar" which act as a scroll bar of the "container". Now I want to transform "sc-bar" through JQuery CSS property,
$('.sc-bar').css('transform','scaleY(0.5)');
But not working, I also tried with all prefixes like webkit, moz.