美文网首页
[framer学习]animation(3)

[framer学习]animation(3)

作者: Ludiwgbet | 来源:发表于2016-11-20 17:16 被阅读10次
    layerA = new Layer
        backgroundColor: "black"
        y: 275
        x: 100
    
    layerA.animate
       rotation: 180
       borderRadius: 200
       options: 
           curve:"ease"
           time:7
    
    layerA.animate
        scale: 0.5
        options:
            curve: "ease"
            delay: 1
            time: 1
    
    layerA.animate
        scale: 2.00
        options:
            delay:3
            curve: "spring(400,20,0)"
    

    相关文章

      网友评论

          本文标题:[framer学习]animation(3)

          本文链接:https://www.haomeiwen.com/subject/hbrypttx.html