osvaldasvalutis / imagelightbox.js

A JavaScript library for touch-friendly image lightbox.
https://osvaldas.info/image-lightbox-responsive-touch-friendly
MIT License
124 stars 33 forks source link

How to use effects? #7

Open bkkok opened 7 years ago

bkkok commented 7 years ago

Hello,

Nice script, very elegant.

I am interested to know how to use the various effects as in your demo galleries: overlay, activity indication, etc.

I would really like to use the "combination" effect, in order to have navigation and close buttons.

I really like the minimalist effect, but my viewers need navigation because they are stupid.

Please advise!

Thank you Robin

viictorh commented 7 years ago

[2].

Did you do these effects? I'm looking for "combination" effect too. It is exactly what I was looking for.

Thank you.

tiltX commented 7 years ago

You need to look at the source of his demo page... I think. That's how I'm currently implementing imageLightbox on my page. It's basically done by showing/hiding stuff using the onLoadStart, onLoadEnd events...