-
Updated
May 27, 2020 - Swift
bodymovin
Here are 51 public repositories matching this topic...
Readme for usage should read
import lottie from 'vue-lottie';
import * as animationData from './assets/pinjump.json';
export default {
name: 'app',
components: {
lottie
},
we don't know that clicking the lottie makes it paused。So please tell us this param( isClickToPauseDisabled) or give me the onClick method
My project in angular universal has error:
My development environment:
node v7.5.0
npm 4.1.2
package.json:
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4
in the documentation it says we can initialize lottie file in js:
const player = document.querySelector("lottie-player");
player.load("https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json");
but when if I have multiple lottie files?
var player = $('.lottie-icon');
player.load(...);<lottie-player class="lottie-icon" background="transparent" speedonce Issues md files are published on docs.microsoft.com, update the link in lottie/docs/windows/troubleshooting.md to reflect the change.
-
Updated
Mar 28, 2019 - JavaScript
-
Updated
May 27, 2019 - C#
-
Updated
Jun 7, 2020 - Kotlin
-
Updated
Feb 14, 2017 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Mar 7, 2017 - Swift
If I assign an url (not string) to the source property, the LottieAnimation fail to play, for example:
LottieAnimation {
source: Qt.resolvedUrl("aaa/a.json")
}
It seems the source can accept javascript object as well, but url is also an 'object' type in qml, the code even have the comment:
if (typeof source === "object") { // TODO what about QUrl, I think it is tre
-
Updated
Nov 22, 2017 - Kotlin
-
Updated
Aug 12, 2017 - Java
-
Updated
Jan 4, 2019 - JavaScript
-
Updated
May 5, 2017 - Swift
-
Updated
Apr 28, 2018 - JavaScript
-
Updated
May 8, 2018 - CSS
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
May 2, 2018 - CSS
-
Updated
Mar 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the bodymovin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bodymovin topic, visit your repo's landing page and select "manage topics."

Description
colorFilters are present in the README.md but are missing an explanation and example in the API.md file
Steps to Reproduce
Expected behavior: As a Developer I'd like to see how to use colorFilters
Actual behavior: Adequate colorFilter documentation