-
## Overview
Error that's occuring wrapper with `display:none` and framer motion of a `` component
```
Failed to construct 'ImageData': The source width is zero or not a number.
```
Sometime…
-
Hi there, upon compiling the imported dotlottie player - the final js output seems to include a request for a local font file that does not exist - relating to this code: https://github.com/dotlottie/…
-
## Overview
This Animation don't has color, but it can works on player-component
animation page: https://lottiefiles.com/animations/gradient-loader-01-vC5xkkshyC
dotLottie file url: https://lot…
-
**Is your feature request related to a problem? Please describe.**
For now, we are using **dotjson** format lottie animations which takes quite a time for fetching(remote lottie files) and rendering …
-
## Overview
Hey,
so I've added a preloader to my shopify website and used the dotlottie animation. It's only shown once in a session and only on the main page.
Via HTML I preload the .lottie file …
-
Is this support open .lottie file?
tbm98 updated
1 month ago
-
In the [dotLottie viewer](https://lottiefiles.github.io/dotlottie-web/), the load time should only reflect the duration it takes to load the lottie or dotLottie `data`, excluding the network request's…
-
`DotLottieWorkerReact` on `Next.js` is throwing the following error:
```
InvalidStateError: Failed to execute 'transferControlToOffscreen' on 'HTMLCanvasElement': Cannot transfer control from a ca…
-
## Overview
Something wrong with play/pause events in my app.
I've just inserted this part of code in my template:
```
const playerRef = ref();
```
And with "autoplay" and "loop"…
-
I don't get any errors in:
```dart
import 'foo.dart' as foo if (dart.library.html) 'other_foo.dart';
main() {
print(foo.bar);
}
```
This runs if I run it with `dart temp.dart` and analy…