layer.animations()

Returns all the current running animations for this layer.
译:返回所有当前正在运行的动画这一层。

layerA = new Layer

layerA.animate
    properties:
        x: 100

layerA.animate
    properties:
        y: 100

print layerA.animations()
# Output: [, ]

results matching ""

    No results matching ""