Skip to content
AppgineeringAppgineering
Shop
Read-only3 posts · 2,933 views · Started 17 Nov 2021, 00:15

Animation Question

Archived: discussion moved to DiscordDiscord
Jaedon W.Original poster
#1

Hi, I'm wondering if there is a way to make a caution slide animation kind of like what is seen in the nascar cup series when a caution comes out
View image on i.gyazo.com

#2

Just use translate x, where the first keyframe is the width of the label (or whatever you're animating), and the second keyframe is 0. Reverse this to make it slide out.

So for example if your label is 200 pixels, set your keyframes to make it slide in 200 to 0, then 0 to -200 to slide the other direction.

#3

Zack R. wrote:
Just use translate x, where the first keyframe is the width of the label (or whatever you're animating), and the second keyframe is 0. Reverse this to make it slide out.

So for example if your label is 200 pixels, set your keyframes to make it slide in 200 to 0, then 0 to -200 to slide the other direction.

How would i make it move from 200 to 0? Im not too fond of animations outside of adobe

This thread is archived.

New replies have moved to Discord.

Continue on Discord