Hi, I have a states question. How can i create an automatic animated loop through states of one layer. LayerA.states = one: y: 440 two: y: 430 three: y: 420
1 Comments
Benjamin Den Boer
Hiya Denis Tomazin, you could use Utils.interval() for this, combined with stateCycle(). :-) Check out this example → http://share.framerjs.com/fhywbanqd1z3/
1 Comments