标签:htm script ash hid enter color border family none
Vue 使用了一个叫 FLIP 简单的动画队列,使用 transforms 将元素从之前的位置平滑过渡新的位置。
html代码:
style
.item
transition all 1s
display inlineblock
height 20px
width 20px
border 1px solid #ccc
.enteractive .leaveactive
transition all 1s
.enter .leaveto
opacity
.div
width 90px
style
script srcscript
script srcscript
div id
button vonclickShufflebutton
transitiongroup name tag
div v vbindkey itemdiv
transitiongroup
div
js代码:
Vue
el
data
items
methods
shuffle
. _..
标签:htm script ash hid enter color border family none
原文地址:http://www.cnblogs.com/littlechen/p/7762471.html