chenqingspring / ng-lottie

Render After Effects animations on Angular based on lottie-web
MIT License
340 stars 100 forks source link

Added support for any css unit #44

Open Rembrandtsx opened 5 years ago

Rembrandtsx commented 5 years ago

Instead of giving number of pixels on [width] and [height], you can put any css dimension with units.

ex: [height]="100em"