-
How to stop slowly an expression?
Hello everyone!
I’ve created a composition with a small square inside. I want this square to rotate just 5 seconds, so I’ve made this expression to rotate the layer 72 degrees per second:
if (time <5) time*72 else 0
It works perfectly, but I wonder if there is any way to make the square stop slowly and not that abrupt.
Sorry for my english and thank you very much for your time 🙂