chenqingspring / ng-lottie

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

Speed not working #71

Closed GlauberF closed 5 years ago

GlauberF commented 5 years ago

The value I'm setting for speed is not respecting.

<lottie-animation-view
    [options]="{
        path: 'https://assets3.lottiefiles.com/packages/lf20_2SsXhx.json',
        renderer: 'svg',
        autoplay: true,
        loop: true,
        speed: 0.3,
        controls: false
    }"
    [width]="300"
    [height]="600">
</lottie-animation-view>