Skip to content
AppgineeringAppgineering
Shop
Read-only3 posts · 2,371 views · Started 26 Nov 2019, 10:48

Animations in a row

Archived: discussion moved to DiscordDiscord
Jens H.Original poster
#1

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

Nick ThissenAppgineering
#2

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.

#3

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


View image on i.imgur.com

This thread is archived.

New replies have moved to Discord.

Continue on Discord