fancybox icon indicating copy to clipboard operation
fancybox copied to clipboard

Subscribe on hideControls and showControls

Open ycuk opened this issue 5 years ago • 1 comments

I'd like to add some div's to slide content, like a box bounding a face and show and hide at the same time when it hides or shows toolbar.

So I should subscribe on these events.

Or maybe any other suggestions?

Thanks.

ycuk avatar Aug 26 '19 09:08 ycuk

Hi,

Well, there is currently no option for that. On the other hand, you could simply disable built-in idle functionality and create your own (you could use https://github.com/fancyapps/fancybox/blob/master/src/js/core.js#L973 as a template).

fancyapps avatar Aug 26 '19 10:08 fancyapps