Git Product home page Git Product logo

Comments (4)

Nimrod-666 avatar Nimrod-666 commented on July 17, 2024

Oh and i tried


Fancybox.bind("[data-lightbox]", {
    options: {animated: false}
}

but that did not work either

from ui.

fancyapps avatar fancyapps commented on July 17, 2024

Hi,

First, all your snippets have syntax error - missing closing ) and you have used hideClasse instead of hideClass.

Secondly, are you sure you have used data-lightbox and not data-fancybox attributes on your links?

Here is working demo of all animations disabled - https://fancyapps.com/playground/gS

Thanks for the feedback!

from ui.

Nimrod-666 avatar Nimrod-666 commented on July 17, 2024

Hi yes sorry i wrote the snippets from memory, the closing ) is there and yes its data-lightbox by my side. The windows opens normally and everything works so far. But your example helped. The

Image : {
   zoom: false
}

was missing. I thought that animation: false alone would do the trick. Thank you!

from ui.

fancyapps avatar fancyapps commented on July 17, 2024

It is actually pretty straightforward -

  • Zoom in/out animations are provided by Image plugin and you can toggle them using zoom option.
  • If zoom animations are disabled, then content (e.g. image in this case) is revealed/hidden just like any other content - using CSS animations, and you can customize them using showClass and hideClass options. Btw, you can easily create your own animations as seen here - https://fancyapps.com/playground/gd
  • To provide even greater customization, animation option is provided to toggle animations (fade in/out by default) for backdrop and UI elements. That means, you can display content without any animation, but have nice fading of the backdrop. Or you can disable and then Fancybox will just appear without any animation.

from ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.