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.

After updating to bodymovin_v5.6.9 I can’t see the shadow in my animation

  • Not seeing a shadow in all the browsers:
  • Using After Effects 2020:

I tried to manually add this code:

_var animation = lottie.loadAnimation({
  ...
  filterSize: {
    width: '200%',
    height: '200%',
    x: '-50%',
    y: '-50%',
  }
})_  

but unfortunetely didn’t get the shadow.

Wanted to have the shadow in animation. Thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
bodymovincommented, May 3, 2020

hi, can you share the aep and a separate link with your implementation if possible?

0reactions
vnosirycommented, Jul 20, 2020

Here a demo animation with shadow tried to add this code:

rendererSettings: {
    filterSize: {
      width: '200%',
      height: '200%',
      x: '-50%',
      y: '-50%',
    }
  }
})

I got white BG all the objects disappeared. Could you add the code where it needs to be to get a proper shadow and send a screenshot or zip file back to me? Thanks!

demo.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known Issues for Shadow
Known Issues for Shadow ; Sound delay when recording via microphone · Status ; No sound on all devices · Workaround ; One...
Read more >
Shadow (psychology)
In analytical psychology, the shadow is an unconscious aspect of the personality that does not correspond with the ego ideal, leading the ego...
Read more >
What is Shadow Behavior and Why is it so Damaging?
Shadow Behavior is simply a negative – and often automatic, unintentional and unconscious – response to events, people and situations.
Read more >
Dodge Shadow Problems and Complaints - 38 Issues
Top Dodge Shadow Problems · Fuel pump failure · Engine Oil Leaks · Failed Distributor Pick Up Plate · Corrosion at Coolant Temperature...
Read more >
Fixing the Ugly Shadow Issues in Unreal Engine 5 - YouTube
With UE5 finally released, I've noticed a lot of users are struggling with some wonky shadows in the engine. This video helps shed...
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