Photo Swipe Fullscreen Image Transition

  • Posted in : Photographer
  • masterchi3f
    Participant

    Hello,

    is there a solution to realize a swipe transition by clicking left or right?

    I’d like to animate the transition like a swipe on mobile devices.

    It should also work with the arrow keys on the keyboard.

    i hope you have a hint for me.

    thank you very much in advance.

    kind regards

    serkan
    Moderator

    Hi masterchi3f,
    Sorry it is not available by default, our plugin is not supporting it and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.

    masterchi3f
    Participant

    I found the following, but I don’t know how to implement this into the theme..

    http://stackoverflow.com/questions/28214038/photoswipe-4-0-initiate-swipe-to-next-programatically/28320098#28320098

    thank you anyway.

    serkan
    Moderator

    Hi masterchi3f,
    You’re welcome. As you see it requires more time and effort to customization.
    Kind regards.

    masterchi3f
    Participant

    I found the perfect solution.

    just add:

    .pswp__container{
    transition:.3s ease-in-out all;
    }

    @media screen and (max-width: 768px) {
    .pswp__container{
    transition: none!important;
    }
    }

    to the photoswipe.css and you have a nice swipe transition on the desktop.

    serkan
    Moderator

    Hi masterchi3f,
    Thanks for sharing your solution.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register