react-fluid-distortion icon indicating copy to clipboard operation
react-fluid-distortion copied to clipboard

Problem with overlay property

Open fecoderchinh opened this issue 1 year ago • 0 comments

Hi, Thank you for the great library!

The effect works well, but I’m experiencing an issue with another overlay component:


      <>
         <FluidCanvas />
         <OtherComponentWithOverlayOnToggle bgOpacity='100' />
      </>

When I set a fully opaque background for the component (bgOpacity set to 100), it delays rendering the current canvas. However, if I set the background opacity to any value other than 100, the issue disappears.

Could you please help me check this and identify what might be causing the issue?

fecoderchinh avatar Dec 01 '24 02:12 fecoderchinh