• Resolved russclem

    (@russclem)


    Hi,

    First, great plugin! You’re the only people offering this functionality, and you do it really well, so thanks very much!

    But my question is, I’d like the modal to fade in and then fade out. I had a look at the CSS, and it looks like transition is set to 2s, but I’m not getting any fading in or out at all. Is there a way to achieve that?

    Thanks again!

Viewing 1 replies (of 1 total)
  • Plugin Author allurewebsolutions

    (@allurewebsolutions)

    The modal toggles display with the CSS “display” property, which is not able to be transitioned. If you need a fade, you would need to toggle the “opacity” property. That means you’d need to set a opacity of 0 on the modal-wrapper when the modal is closed. And an opacity of 100 when the modal is open.

Viewing 1 replies (of 1 total)
  • The topic ‘Fade in/out’ is closed to new replies.