LottieFiles / dotlottie-web

Official LottieFiles player for rendering Lottie and dotLottie animations in the web. Supports React, Vue, Svelte, SolidJS and Web Components.
https://developers.lottiefiles.com/docs/dotlottie-player/
MIT License
98 stars 6 forks source link

Animated lines not moving #239

Open Alekey1919 opened 3 weeks ago

Alekey1919 commented 3 weeks ago

Overview

This animation has some moving lines but when using the player they are still. I know the dot lottie rendering engine doesn't support some layers, and maybe that's the issue, but I'm not sure which layer would be the problem.

animation: https://app.lottiefiles.com/share/fe533603-a70c-472d-aa65-f22a7f829b79

codepen: https://codepen.io/Alekey1919/pen/YzbxmQb

Consuming repo

What repo were you working in when this issue occurred?

https://github.com/LottieFiles/dotlottie-web

Labels

mgrudzinska commented 3 weeks ago

The problem is the lack of support for a stroke that is both trimmed and dashed. We have opened a corresponding issue for this.

@Alekey1919 For this specific file, an ad hoc solution is to remove the dash, which does not add any value (the top anim is your original file, bottom is after removing dashing): hand

Alekey1919 commented 3 weeks ago

Awesome! Thank you for your help