Skip to content

Improved encapsulation, added thumbnail select class

Compare
Choose a tag to compare
@akalicki akalicki released this 11 Jul 15:41
· 29 commits to master since this release

v1.1.0

Changelog:

  • Improved function encapsulation. Public functions now only change transition and init code and do not implement private functions. This allows for full control of the animation between images, while preventing the possibility of messing up core functionality.
  • Added the selectClass option - a string which gets added to each thumbnail as a class when it is displayed in the target. This allows you to further customize the gallery and clarify which image is currently selected in relation to the others around it.
  • Updated example pages to showcase these new features.