How to animate an element to get smaller and move

I want an image to transition to become half its size and move up by 100 px. I couldn’t figure out how to do it with any of the “animate” actions so I added a conditional statement. This works but its a bit too fast. Also, the image glitches when the page loads. i’m assuming because its determining its size.

I’d like the transition to look a bit slower and still be smooth. Below is an img of the conditional statement and a video of it in action (the logo changes too fast that you can hardly notice it). Does anyone know how to achieve this?

Have you tried a fixed group? You can then set x;y values.

How would this slow down the transition?

This topic was automatically closed after 70 days. New replies are no longer allowed.