Added New page creation animation
This is a fix for https://openedx.atlassian.net/browse/TNL-136 added scroll to new page and remove class 'new' on hover to better indicate that a new page is created.
This commit is contained in:
@@ -89,7 +89,9 @@ define ["jquery", "jquery.ui", "backbone", "js/views/feedback_prompt", "js/views
|
||||
editor.$el.addClass('new')
|
||||
setTimeout(=>
|
||||
editor.$el.removeClass('new')
|
||||
, 500)
|
||||
, 1000)
|
||||
$('html, body').animate {scrollTop: $('.new-component-item').offset().top}, 500
|
||||
|
||||
|
||||
editor.createItem(
|
||||
@model.get('id'),
|
||||
|
||||
Reference in New Issue
Block a user