Commit 34627fb0 by Kyle Fiedler

Speed up dropdown animation

parent 7c2cb55d
......@@ -73,7 +73,7 @@
$("ol#video_speeds").hide();
$("div.speeds").click(function() {
$("ol#video_speeds").slideToggle();
$("ol#video_speeds").slideToggle(150);
});
});
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment