├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE ├── .gitignore ├── .nojekyll ├── .vscode └── settings.json ├── AEP ├── Boat_Loader.zip └── LoadingSpinner.zip ├── CNAME ├── LICENSE ├── README.md ├── _sidebar.md ├── after-effects.md ├── android-compose.md ├── android.md ├── community-showcase.md ├── docs.md ├── home.md ├── images ├── 1-AfterEffects.png ├── 2-Bodymovin.png ├── 3-Previewapp.png ├── ArtworkWalkthrough_01.png ├── ArtworkWalkthrough_02.png ├── ArtworkWalkthrough_03.png ├── ArtworkWalkthrough_04.png ├── ArtworkWalkthrough_05.gif ├── ArtworkWalkthrough_06.png ├── ArtworkWalkthrough_07.gif ├── ArtworkWalkthrough_08.png ├── ArtworkWalkthrough_09.gif ├── Boat_Loader.gif ├── Boat_Loader_Comp.png ├── Boat_Loader_Final.gif ├── Boat_Loader_Props.png ├── BodymovinAvd.png ├── BodymovinMenu.gif ├── BodymovinSettings.png ├── BodymovinZxp.gif ├── BodymovinZxp.png ├── Community 2_3.gif ├── Create1x_sm.png ├── CreateShapes_sm.png ├── Debugging01.png ├── EmptyState.gif ├── Example1.gif ├── Example2.gif ├── Example3.gif ├── Example4.gif ├── Examples1.gif ├── Examples2.gif ├── Examples3.gif ├── Examples4.gif ├── HamburgerArrow.gif ├── HeartButton.gif ├── Introduction_00_sm.gif ├── Introduction_01_sm.gif ├── Introduction_02_sm.gif ├── Introduction_03_sm.gif ├── Introduction_04_sm.gif ├── KeyPathLayers.png ├── LottieFullScreen.gif ├── LottieLogo1.gif ├── LottieLogo2.gif ├── LottiefilesPreview.gif ├── LottiefilesPreviewApp.gif ├── LottiefilesPreviewApp.png ├── NoEffects.png ├── NoExpressions.png ├── PinJump.gif ├── ShowcaseConio.gif ├── ShowcaseElevate.gif ├── ShowcaseGalaxyWatch.gif ├── ShowcaseGoogleHomeA.gif ├── ShowcaseGoogleHomeB.gif ├── ShowcaseInstacart.gif ├── ShowcasePenPal.gif ├── ShowcasePopcorn.gif ├── ShowcaseRaiseme.gif ├── ShowcaseSwiftKeyiOS.gif ├── ShowcaseTarget.gif ├── ShowcaseUberEats.gif ├── ShowcaseWalgreens.gif ├── TwitterHeart.gif ├── Walkthrough.gif ├── Web-StrokeCutoffMaskingDemo.png ├── ZxpInstaller.png ├── abcs.gif ├── aftereffectskeypath.png ├── airbnb.svg ├── animatorNode.png ├── coinbase.svg ├── emerge.png ├── iosexample1.png ├── iosexample2.png ├── iosexample3.png ├── logo.webp ├── lottiefiles.svg ├── lottielab.png ├── macexample.png ├── nodeProperty.png ├── nodePropertyMap.png ├── nodeUpdate.png ├── outputNode.png ├── propertyUpdate.png ├── render-graph.png ├── render-times-per-layer.png ├── renderMap.png ├── spinner.gif ├── spinner_Alternative.gif ├── spinner_DarkMode.gif ├── stream.png ├── switchTest.gif ├── switch_BgColors.gif ├── switch_MultipleBgs.gif ├── switch_Normal.gif ├── switch_disabled.png ├── switch_enabled.png ├── tonal.svg ├── transition3.gif ├── transitionMasked.gif ├── transitionPosition.gif ├── valueContainer.png ├── valueProvider.png ├── warnings.png ├── windows_lottiesamples.png ├── windows_lottieviewer.gif └── windows_workflow.png ├── index.html ├── ios-contributor.md ├── ios.md ├── other-platforms.md ├── react-native.md ├── sponsorship.md ├── supported-features.md ├── web.md └── windows.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | open_collective: lottie 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/.github/ISSUE_TEMPLATE -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/.gitignore -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /AEP/Boat_Loader.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/AEP/Boat_Loader.zip -------------------------------------------------------------------------------- /AEP/LoadingSpinner.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/AEP/LoadingSpinner.zip -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | lottie.airbnb.tech -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/README.md -------------------------------------------------------------------------------- /_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/_sidebar.md -------------------------------------------------------------------------------- /after-effects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/after-effects.md -------------------------------------------------------------------------------- /android-compose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/android-compose.md -------------------------------------------------------------------------------- /android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/android.md -------------------------------------------------------------------------------- /community-showcase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/community-showcase.md -------------------------------------------------------------------------------- /docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/docs.md -------------------------------------------------------------------------------- /home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/home.md -------------------------------------------------------------------------------- /images/1-AfterEffects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/1-AfterEffects.png -------------------------------------------------------------------------------- /images/2-Bodymovin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/2-Bodymovin.png -------------------------------------------------------------------------------- /images/3-Previewapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/3-Previewapp.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_01.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_02.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_03.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_04.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_05.gif -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_06.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_07.gif -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_08.png -------------------------------------------------------------------------------- /images/ArtworkWalkthrough_09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ArtworkWalkthrough_09.gif -------------------------------------------------------------------------------- /images/Boat_Loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Boat_Loader.gif -------------------------------------------------------------------------------- /images/Boat_Loader_Comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Boat_Loader_Comp.png -------------------------------------------------------------------------------- /images/Boat_Loader_Final.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Boat_Loader_Final.gif -------------------------------------------------------------------------------- /images/Boat_Loader_Props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Boat_Loader_Props.png -------------------------------------------------------------------------------- /images/BodymovinAvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/BodymovinAvd.png -------------------------------------------------------------------------------- /images/BodymovinMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/BodymovinMenu.gif -------------------------------------------------------------------------------- /images/BodymovinSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/BodymovinSettings.png -------------------------------------------------------------------------------- /images/BodymovinZxp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/BodymovinZxp.gif -------------------------------------------------------------------------------- /images/BodymovinZxp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/BodymovinZxp.png -------------------------------------------------------------------------------- /images/Community 2_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Community 2_3.gif -------------------------------------------------------------------------------- /images/Create1x_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Create1x_sm.png -------------------------------------------------------------------------------- /images/CreateShapes_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/CreateShapes_sm.png -------------------------------------------------------------------------------- /images/Debugging01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Debugging01.png -------------------------------------------------------------------------------- /images/EmptyState.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/EmptyState.gif -------------------------------------------------------------------------------- /images/Example1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Example1.gif -------------------------------------------------------------------------------- /images/Example2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Example2.gif -------------------------------------------------------------------------------- /images/Example3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Example3.gif -------------------------------------------------------------------------------- /images/Example4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Example4.gif -------------------------------------------------------------------------------- /images/Examples1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Examples1.gif -------------------------------------------------------------------------------- /images/Examples2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Examples2.gif -------------------------------------------------------------------------------- /images/Examples3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Examples3.gif -------------------------------------------------------------------------------- /images/Examples4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Examples4.gif -------------------------------------------------------------------------------- /images/HamburgerArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/HamburgerArrow.gif -------------------------------------------------------------------------------- /images/HeartButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/HeartButton.gif -------------------------------------------------------------------------------- /images/Introduction_00_sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Introduction_00_sm.gif -------------------------------------------------------------------------------- /images/Introduction_01_sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Introduction_01_sm.gif -------------------------------------------------------------------------------- /images/Introduction_02_sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Introduction_02_sm.gif -------------------------------------------------------------------------------- /images/Introduction_03_sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Introduction_03_sm.gif -------------------------------------------------------------------------------- /images/Introduction_04_sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Introduction_04_sm.gif -------------------------------------------------------------------------------- /images/KeyPathLayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/KeyPathLayers.png -------------------------------------------------------------------------------- /images/LottieFullScreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottieFullScreen.gif -------------------------------------------------------------------------------- /images/LottieLogo1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottieLogo1.gif -------------------------------------------------------------------------------- /images/LottieLogo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottieLogo2.gif -------------------------------------------------------------------------------- /images/LottiefilesPreview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottiefilesPreview.gif -------------------------------------------------------------------------------- /images/LottiefilesPreviewApp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottiefilesPreviewApp.gif -------------------------------------------------------------------------------- /images/LottiefilesPreviewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/LottiefilesPreviewApp.png -------------------------------------------------------------------------------- /images/NoEffects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/NoEffects.png -------------------------------------------------------------------------------- /images/NoExpressions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/NoExpressions.png -------------------------------------------------------------------------------- /images/PinJump.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/PinJump.gif -------------------------------------------------------------------------------- /images/ShowcaseConio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseConio.gif -------------------------------------------------------------------------------- /images/ShowcaseElevate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseElevate.gif -------------------------------------------------------------------------------- /images/ShowcaseGalaxyWatch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseGalaxyWatch.gif -------------------------------------------------------------------------------- /images/ShowcaseGoogleHomeA.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseGoogleHomeA.gif -------------------------------------------------------------------------------- /images/ShowcaseGoogleHomeB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseGoogleHomeB.gif -------------------------------------------------------------------------------- /images/ShowcaseInstacart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseInstacart.gif -------------------------------------------------------------------------------- /images/ShowcasePenPal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcasePenPal.gif -------------------------------------------------------------------------------- /images/ShowcasePopcorn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcasePopcorn.gif -------------------------------------------------------------------------------- /images/ShowcaseRaiseme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseRaiseme.gif -------------------------------------------------------------------------------- /images/ShowcaseSwiftKeyiOS.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseSwiftKeyiOS.gif -------------------------------------------------------------------------------- /images/ShowcaseTarget.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseTarget.gif -------------------------------------------------------------------------------- /images/ShowcaseUberEats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseUberEats.gif -------------------------------------------------------------------------------- /images/ShowcaseWalgreens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ShowcaseWalgreens.gif -------------------------------------------------------------------------------- /images/TwitterHeart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/TwitterHeart.gif -------------------------------------------------------------------------------- /images/Walkthrough.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Walkthrough.gif -------------------------------------------------------------------------------- /images/Web-StrokeCutoffMaskingDemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/Web-StrokeCutoffMaskingDemo.png -------------------------------------------------------------------------------- /images/ZxpInstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/ZxpInstaller.png -------------------------------------------------------------------------------- /images/abcs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/abcs.gif -------------------------------------------------------------------------------- /images/aftereffectskeypath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/aftereffectskeypath.png -------------------------------------------------------------------------------- /images/airbnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/airbnb.svg -------------------------------------------------------------------------------- /images/animatorNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/animatorNode.png -------------------------------------------------------------------------------- /images/coinbase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/coinbase.svg -------------------------------------------------------------------------------- /images/emerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/emerge.png -------------------------------------------------------------------------------- /images/iosexample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/iosexample1.png -------------------------------------------------------------------------------- /images/iosexample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/iosexample2.png -------------------------------------------------------------------------------- /images/iosexample3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/iosexample3.png -------------------------------------------------------------------------------- /images/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/logo.webp -------------------------------------------------------------------------------- /images/lottiefiles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/lottiefiles.svg -------------------------------------------------------------------------------- /images/lottielab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/lottielab.png -------------------------------------------------------------------------------- /images/macexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/macexample.png -------------------------------------------------------------------------------- /images/nodeProperty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/nodeProperty.png -------------------------------------------------------------------------------- /images/nodePropertyMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/nodePropertyMap.png -------------------------------------------------------------------------------- /images/nodeUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/nodeUpdate.png -------------------------------------------------------------------------------- /images/outputNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/outputNode.png -------------------------------------------------------------------------------- /images/propertyUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/propertyUpdate.png -------------------------------------------------------------------------------- /images/render-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/render-graph.png -------------------------------------------------------------------------------- /images/render-times-per-layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/render-times-per-layer.png -------------------------------------------------------------------------------- /images/renderMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/renderMap.png -------------------------------------------------------------------------------- /images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/spinner.gif -------------------------------------------------------------------------------- /images/spinner_Alternative.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/spinner_Alternative.gif -------------------------------------------------------------------------------- /images/spinner_DarkMode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/spinner_DarkMode.gif -------------------------------------------------------------------------------- /images/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/stream.png -------------------------------------------------------------------------------- /images/switchTest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switchTest.gif -------------------------------------------------------------------------------- /images/switch_BgColors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switch_BgColors.gif -------------------------------------------------------------------------------- /images/switch_MultipleBgs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switch_MultipleBgs.gif -------------------------------------------------------------------------------- /images/switch_Normal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switch_Normal.gif -------------------------------------------------------------------------------- /images/switch_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switch_disabled.png -------------------------------------------------------------------------------- /images/switch_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/switch_enabled.png -------------------------------------------------------------------------------- /images/tonal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/tonal.svg -------------------------------------------------------------------------------- /images/transition3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/transition3.gif -------------------------------------------------------------------------------- /images/transitionMasked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/transitionMasked.gif -------------------------------------------------------------------------------- /images/transitionPosition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/transitionPosition.gif -------------------------------------------------------------------------------- /images/valueContainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/valueContainer.png -------------------------------------------------------------------------------- /images/valueProvider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/valueProvider.png -------------------------------------------------------------------------------- /images/warnings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/warnings.png -------------------------------------------------------------------------------- /images/windows_lottiesamples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/windows_lottiesamples.png -------------------------------------------------------------------------------- /images/windows_lottieviewer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/windows_lottieviewer.gif -------------------------------------------------------------------------------- /images/windows_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/images/windows_workflow.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/index.html -------------------------------------------------------------------------------- /ios-contributor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/ios-contributor.md -------------------------------------------------------------------------------- /ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/ios.md -------------------------------------------------------------------------------- /other-platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/other-platforms.md -------------------------------------------------------------------------------- /react-native.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/react-native.md -------------------------------------------------------------------------------- /sponsorship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/sponsorship.md -------------------------------------------------------------------------------- /supported-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/supported-features.md -------------------------------------------------------------------------------- /web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/web.md -------------------------------------------------------------------------------- /windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbnb/lottie/HEAD/windows.md --------------------------------------------------------------------------------