0
如何使我的骨幹幻燈片 - 中的骨幹視圖動畫中的骨幹視圖
var View = Backbone.View.extend({
el : "#editor", // Bind to the editor id
render : function() {
var data = {
item: this.model,
_: _
};
var compiledTemplate = _.template(Template, data); // Merge model with template
this.$el.html(compiledTemplate);
this.$('.editor-pane').show(500); // Does animation work here...NO!! Urgh.
return this;
}
});
是一些動畫。 #editor包含。編輯窗格
林也樂於與#editor元件上的版本:
this.$el.html(compiledTemplate).show ('slow');
纔有可能以觸發事件{'onload事件 –