Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Cycle 2 – Uncover effect not working

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207321
    vnvillar
    Participant

    Wanted to use the ‘uncover’ effect on a slideshow but it seems that it doesn’t work using jQuery Cycle 2.

    It is working fine using the old jQuery Cycle plugin. Please see codepen below:

    http://codepen.io/valvillar/pen/VvZBEW

    Am I missing something? Hope you can help me. Thank you! :)

    #207324
    vnvillar
    Participant

    Got help from Stackoverflow:

    The Cycle 2 API says:

    The following transition names are available by default and more can be added with plugins: fade, fadeout, none, and scrollHorz.
    So you will probably have to add the additional fx effect uncover via a plugin.

    Here is GitHub repository, which provides a plugin with the effects from Cycle 1: https://github.com/Spark-NF/cycle2-cover

    From the description:

    Plugin for cycle2 implementing the original cycle’s cover and uncover transitions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.