question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Animations don't show in version >= 2.7.0

See original GitHub issue

🐛 Bug Report

I’m testing a simple animation, just to get started.

<lottie:AnimationView 
  HorizontalOptions="FillAndExpand" 
  VerticalOptions="FillAndExpand"
  Animation="4930-checkbox-animation.json" 
  HardwareAcceleration="False"
  Loop="True"
  AutoPlay="True" />

Nothing displays at all. I did think it was the HardwareAcceleration, but setting this to False had no effect.

Version 2.6.3 is fine.

There are no errors or exceptions.

Expected behavior

Animation displays

Configuration

Samsung Galaxy S7 Edge. XF 4 pre-5 Version: 2.7.x

Platform: Android

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:26

github_iconTop GitHub Comments

6reactions
gionapaolinicommented, Jun 1, 2020

Still have the same problem with version 3.1.2

1reaction
UnreachableCodecommented, Oct 21, 2019

This has now been fixed since upgrading from 3.0.1 to 3.0.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Animations don't show in version >= 2.7.0 · Issue #213
I have installed Lottie Forms 2.7.0 to my Xamarin Forms project but I can't make animations play. There is no AnimationViewRenderer in lottie's ......
Read more >
How to disable react navigation's stack navigator transition?
For my case, I'm disabling animation for home screen. "react-navigation": "^4.3.9",. "react-navigation-stack": "^2.7.0",
Read more >
Navigation | Jetpack
Version 2.7.0 -alpha01 contains these commits. Animations from Accompanist. Now that AnimatedContent is stable, we were able to move the code from Accompanist ......
Read more >
Screen Transition Animations with Jetpack Navigation
Starting navigation-compose:2.7.0-alpha01 that is no longer the case animated transitions are now part of the Navigation library.
Read more >
Guide - Accompanist
A library which provides Compose Animation support for Jetpack Navigation ... The official androidx.navigation.compose version 2.7.0-alpha01+ offers all of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found