Slower scroll to 'Add New Component'.
This commit is contained in:
committed by
E. Kolpakov
parent
116abf1fc0
commit
6a09809cdd
@@ -326,7 +326,7 @@ define(["jquery", "underscore", "gettext", "js/views/pages/base_page", "js/views
|
||||
|
||||
scrollToNewComponentButtons: function(event) {
|
||||
event.preventDefault();
|
||||
$.scrollTo(this.$('.add-xblock-component'));
|
||||
$.scrollTo(this.$('.add-xblock-component'), {duration: 250});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user