panels icon indicating copy to clipboard operation
panels copied to clipboard

Make animations loopable

Open cadin opened this issue 10 months ago • 0 comments

The animation that you can make on a layer (x, y and opacity) could be nice to be able to loop (in ping pong mode). The animator object in the SDK supports it. You just have to set

layer.animator.repeatCount = -1
layer.animator.reverses = true

cadin avatar Feb 19 '25 15:02 cadin