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.

box-shadow always gets larger and larger on effect 'fade'

See original GitHub issue

This is a bug.

Expected Behavior

box-shadow should be always the same and it should not get larger on every slide

Actual Behavior

box-shadow gets larger and larger on every slide

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
nolimits4webcommented, Sep 13, 2018

Or

fadeEffect: {
    crossFade: true
},
0reactions
SilencerWebcommented, Sep 14, 2018

@kukac7, @nolimits4web yup, this works 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

3 ways to style CSS box-shadow effects - LogRocket Blog
Websites have to look and feel realistic, and shadows play a big part. In this post, we'll look at the box-shadow CSS property...
Read more >
CSS Box Shadow - CSS-Tricks
The blur radius (optional), if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be....
Read more >
How to animate box-shadow with silky smooth performance
Short answer: you don't. Animating a change of box-shadow will hurt performance. There's an easy way of mimicking the same effect, however, with ......
Read more >
box-shadow - CSS: Cascading Style Sheets - MDN Web Docs
The larger this value, the bigger the blur, so the shadow becomes bigger and lighter. Negative values are not allowed. If not specified,...
Read more >
Designing Beautiful Shadows in CSS - Josh W Comeau
The vertical offset is always 2x the horizontal one. Two other things happen as the card rises higher: The blur radius gets larger....
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