Zum Inhalt springen
AppgineeringAppgineering
Shop
Schreibgeschützt3 Beiträge · 2,933 Aufrufe · Erstellt 17 Nov 2021, 00:15

Animation Question

Archiviert: Diskussion auf Discord verlagertDiscord
Jaedon W.Ursprünglicher Verfasser
#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

Dieser Thread ist archiviert.

Neue Antworten finden auf Discord statt.

Auf Discord weiterlesen