I’m trying to figure out how to animate a graphic so it comes in from the left, spins across the screen, and exits off the right side.
Then I want to do a second version where the graphic starts in the upper-right corner, spins diagonally down, and exits toward the lower-left corner.
So I have a few issues:
-
I can’t figure out why the graphic is starting from the center and then moving left.
-
I don’t want the graphic to grow or fill the entire screen. I want it to stay at the size I set.
-
I also can’t figure out how to make it spin while it moves across the screen.
-
And finally, I need help making it move from the upper-right corner to the lower-left corner while spinning corner to corner.
I know I probably need to use two copies of the same image, and I know this likely involves Advanced Keyframes, but I need some help figuring out the spin and slide animation.
Even a basic starting point or example setup would help.