-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
12 lines (10 loc) · 684 Bytes
/
Copy pathREADME
File metadata and controls
12 lines (10 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
hSlides is a jQuery horizontal accordion, sliding the panels around to reveal one of interest. It's very flexible on how to move the panels.
Configuration options:
- Width an height configuration, including width when the panel is closed, or when no panels are open (centered).
- Speed and easing of the animation.
- Event triggering the animation.
- Sensitivity threshold, interval and timeout to avoid unnecessary open/close.
- CSS class applied to the active pannel.
- Panel positioning: first panel on the bottom and next on the top, or viceversa.
- Callback functions on enter and on leave.
More info and demo at http://www.frontendmatters.com/projects/jquery-plugins/hslides/