Releases: paytonshaltis/freighter
Releases · paytonshaltis/freighter
Freighter v1.0.2
Freighter v1.0.2
This is the very first version of Freighter, and it is packed full of features:
- Create a Freighter carousel by passing a
div
's id, your carousel's wrapping and resizing methods, as well as any number of dynamic carousel properties. - Choose from one of 5 resizing methods and one of 3 wrapping methods, each enabling unique behavior for your carousel.
- Add or remove carousel items after creating a carousel with the
addCarouselItems()
andremoveCarouselItems()
methods. - Access or change any of the dynamic carousel properties with the
getCarouselState()
andsetCarouselProperties()
methods. - Gain complete control over the properties of the carousel container, the carousel items, as well as the carousel buttons used to scroll the items along.
- Configure manual and automatic scrolling, customize the transition of a carousel, adjust the number of items visible and scroll amount, and plenty more.
For a complete look at the features offered in the first version of Freighter, check out the official documentation site!