mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Merge pull request #555 from jfi/iss371
Adding fade transitions between settings tabs.
This commit is contained in:
commit
6c0434fc8f
@ -86,7 +86,11 @@
|
||||
this.$el.removeClass('active');
|
||||
this.undelegateEvents();
|
||||
},
|
||||
|
||||
render: function () {
|
||||
this.$el.hide();
|
||||
Ghost.View.prototype.render.call(this);
|
||||
this.$el.fadeIn(300);
|
||||
},
|
||||
afterRender: function () {
|
||||
this.$el.attr('id', this.id);
|
||||
this.$el.addClass('active');
|
||||
|
Loading…
Reference in New Issue
Block a user