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:
vkaracic
2015-07-06 10:08:11 +00:00
parent f9cb092488
commit 8f0bb98990

View File

@@ -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'),