https://github.com/nfour/slider
https://github.com/nfour/slider
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nfour/slider
- Owner: nfour
- Created: 2015-04-14T04:12:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T04:29:14.000Z (over 11 years ago)
- Last Synced: 2024-10-11T23:16:18.469Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Slider
This is bacically a gist.
Browserified module. See `Slider.coffee`.
Cool features:
- By using the `absolute` option you can hide items to prevent them from being rendered when they needent be with `hideInactive`. This gives a huge performance boost when your slides are very complex.
- Animator agnostic. Supports `transit`, `velocity` and default jquery `animate`
- Generates markup from the minimal set of html elements.
Dependencies:
- `bluebird`
- `jquery`
- Uses a merge function from a library, just merges two objects together recursively.