airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.85k stars 2.85k forks source link

Scale Skew and Transform Effect #2973

Closed ivg-design closed 1 year ago

ivg-design commented 1 year ago

Ok so this is something I wish we could have as an improvement/enhancement - the ability to use transform effect - and I am not sure why it is not supported - because its just an additional transform option and the addition of Skew and Skew angle - which is what I really am looking for.

More importantly, while AE does not have skew and skew angle transform on first level objects, Lottie understands it - if I manually add sk and sa property to a image layer or a precomp lottie will display it no problem... Also, if I add the transform effect and animate the properties they will get recorded in the json - they just won't do anything... so in reality all that needs to be done - at least for skew / skew angle, is to update the parser to put sk and sa options into the main transform group....

that would make life so much easier!

ivg-design commented 1 year ago

feature added in 5.12. Thank you @bodymovin