An open API service indexing awesome lists of open source software.

https://github.com/mitya33/wrap-carousel

Wrap Carousel is an animated, vanilla JavaScript-powered carousel, with two notble CSS-animated effects: 1) It wraps, so when one a slide is bumped off the left or right edge, it reappears at the other edge; 2) Non-active slides are compressed, meaning they expand when they become active.
https://github.com/mitya33/wrap-carousel

carousel css html javascript wrap

Last synced: about 2 months ago
JSON representation

Wrap Carousel is an animated, vanilla JavaScript-powered carousel, with two notble CSS-animated effects: 1) It wraps, so when one a slide is bumped off the left or right edge, it reappears at the other edge; 2) Non-active slides are compressed, meaning they expand when they become active.

Awesome Lists containing this project

README

          

# Wrap Carousel

[Full documentation](http://mitya.uk/projects/wrap-carousel) | [Demo](http://mitya.uk/lab/demos/wrap-carousel-demo.html)

Wrap Carousel is an animated, vanilla JavaScript-powered carousel, with two notble CSS-animated effects:

- It wraps, so when one a slide is bumped off the left or right edge, it reappears at the other edge, creating an infinite cycle. This process is animated.
- The non-active slides are compressed, meaning they expand when they become active, and contract once again when they return to inactive state.

It feeds off a JSON-formatted file denoting the slides' text and images.

Read the [full documentation](http://mitya.uk/projects/wrap-carousel) for more.