layerA = new Layer
# Animate multiple properties for 1 seconds
huangdong = new Animation
layer: layerA
properties:
x: 100
repeat: 5
delay: 1
huangdong.start()
layerA = new Layer
# Animate multiple properties for 1 seconds
huangdong = new Animation
layer: layerA
properties:
x: 100
repeat: 5
delay: 1
huangdong.start()
本文标题:[framer学习]animation(2)
本文链接:https://www.haomeiwen.com/subject/uoqypttx.html
网友评论