bqworks / slider-pro

A modular, responsive and touch-enabled jQuery slider plugin that enables you to create elegant and professionally looking sliders.
MIT License
877 stars 390 forks source link

Transition on fullscreenchange? #319

Closed Michas0206 closed 3 years ago

Michas0206 commented 3 years ago

Hi, just a request: do you (or someone else) possibly have any code for a smooth 'fullscreenchange'/fullscreenrequest? So that there is a smooth transform to fullscreen somehow when open an image fullscreen.

Actually trying around in Css with

    .sp-mask {
       transition: height 0.1s, width 0.01s, ease-in-out);  }

to get a minimal eye-candy at all (but of course looks not very great because its for sure the wrong div)...but I want a better way...

Michas0206 commented 3 years ago

Solved by using Fancybox