Closed theashraf closed 3 months ago
Latest commit: bfb189168517e0f1eaa834190bc6802f96028d7d
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Status | Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Lines | 54.6% / 30% | 540 / 989 |
🟢 | Statements | 53.27% / 30% | 562 / 1055 |
🟢 | Functions | 55.42% / 30% | 143 / 258 |
🟢 | Branches | 58.62% / 30% | 367 / 626 |
Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
@lottiefiles/dotlottie-web | 38.45 KB (+2.51% 🔺) | 770 ms (+2.51% 🔺) | 2.9 s (+156.12% 🔺) | 3.7 s |
@lottiefiles/dotlottie-web WASM | 386.62 KB (0%) | 7.8 s (0%) | 0 ms (+100% 🔺) | 7.8 s |
@lottiefiles/dotlottie-react | 42.12 KB (+1.79% 🔺) | 843 ms (+1.79% 🔺) | 1.7 s (-8.41% 🔽) | 2.5 s |
@lottiefiles/dotlottie-vue | 45.43 KB (+1.91% 🔺) | 909 ms (+1.91% 🔺) | 3.1 s (+39.91% 🔺) | 4 s |
@lottiefiles/dotlottie-wc | 45.83 KB (+2.07% 🔺) | 917 ms (+2.07% 🔺) | 2 s (+14.96% 🔺) | 2.9 s |
@lottiefiles/dotlottie-svelte | 46.32 KB (+1.96% 🔺) | 927 ms (+1.96% 🔺) | 1.6 s (+17.79% 🔺) | 2.5 s |
@lottiefiles/dotlottie-solid | 45.21 KB (+1.94% 🔺) | 905 ms (+1.94% 🔺) | 1.1 s (-21.42% 🔽) | 2 s |
Related to #277
changes: Introduce
freezeOnOffscreen
render configuration for:This auto freezes and unfreezes the animation when it's offscreen and not visible to the user, saving resources by stopping the animation loop when it's not in view.