Speed up dropdown animation
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
$("ol#video_speeds").hide();
|
||||
|
||||
$("div.speeds").click(function() {
|
||||
$("ol#video_speeds").slideToggle();
|
||||
$("ol#video_speeds").slideToggle(150);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user