Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

Add Options to allow gallery transitions #43

Closed phlbnks closed 7 years ago

phlbnks commented 9 years ago

Added beforePrev and beforeNext Options to allow custom transitions between gallery items to be implimented.

E.g. allowed me to impliment transitions using animate.css by letting a function complete before processContent() is called.