Skip to content

Commit

Permalink
#4 Cleanup el style after transition enter
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Feb 6, 2018
1 parent 1491280 commit bedd22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mixins/baseTransition.js
Expand Up @@ -69,6 +69,7 @@ export default {
el.style[key] = ''
}
})
el.style.animationDuration = ''
},
beforeLeave(el) {
let leaveDuration = this.duration.leave ? this.duration.leave : this.duration
Expand Down

0 comments on commit bedd22d

Please sign in to comment.