Enter animation will not be executed when update in updating
Javey opened this issue · 0 comments
Javey commented
Because of isRender
has changed when the component is updating rather than rendering first time.
<Animate v-if={self.get('show')}></Animate>
this.on('$change:show', () => { this.update(); });
this.set('show', true);