Viewing 7 replies - 1 through 7 (of 7 total)
  • The images actually have a fade in effect.

    See: https://github.com/pluginkollektiv/crazy-lazy/blob/master/js/jquery.unveil.js#L31

    From opacity 0 to 1 in 200ms with jQuery.animate.

    But just if you are using the jQuery variant. If jQuery is not used, the plugin is using a standalone js version without the animation.

    All the best,
    Torsten

    Thread Starter Francesco

    (@fcolombo)

    thanks for the quick reply Torsten.
    i do use jquery.
    so if i increase the 200 value, i should actually see the animation?

    Yes, but it’s no good idea to change the plugin code directly, because the next update will overwrite these changes.

    All the best,
    Torsten

    Thread Starter Francesco

    (@fcolombo)

    would you be able to advise on how to make the edit by adding some code into the functions.php of my child theme..? or is that too much to ask..
    cheers

    Unfortunately there is no filter at the moment, so I can’t provide a code for your functions.php. At the moment the only way would be to edit the file direct. But the next update will overwrite this change …

    All the best,
    Torsten

    Thread Starter Francesco

    (@fcolombo)

    cool, thanks for your help.
    perhaps you could add the option of setting the fadein duration in one of the next updates?
    just food for thoughts.
    cheers and thanks for your plugin
    !!

    Anonymous User 7658014

    (@anonymized_7658014)

    @francesco Thanks for the feature request, we’ll discuss a possible filter over at GitHub.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘FadeIn animation?’ is closed to new replies.