• Resolved trmkr

    (@trmkr)


    Hello,

    Is it possible to change the duration of fade-in effect?

    Regards

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

    (@shinsenter)

    Hey @trmkr

    Hello, thank you for your interest and for providing feedback on my plugin. I apologize for the delayed response.

    I believe you can modify the duration by adding this CSS to your page and replacing 0.2s with your desired duration:

    .defer-faded .defer-loaded {
        transition: opacity 0.2s;
    }

    Best regards.

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