Animations in a row

Posts: 6
Hey guys,
I wanna start some animations with a little Intervall between them.
I try with timer but the smallest time is 1 sec.
Is there a way to play some animations with a gap smaller than one second?
Perhaps ther is an other way as timer between them?
Or how can I script a timer?

Thanks for response guys!

Greetz Jens
Posts: 785
I thought the timer was in milliseconds... Are you sure 1 is 1 second and not 1 millisecond?

If it's seconds, then an alternative is to create your animation and just have all the elements of the animation (translate, scale, etc) start later. You can set the time of each keyframe as a percentage of the total duration, hopefully 1% is a small enough increment in that case.
Posts: 6
Hi nick,

i am sure :-) See the describtion in the pic.

The solution with start the animation later doesnt work for me.
I already tried.
For a result after finish i wanna bring row after row per animation in the screen.
I didnt try this for already visible parts.

For a next update i wanna wish a timer with milliseconds or type double (actually it is integer).

Do you have one more tip for me?

Jens

Edited (3 times)