-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jesus Carrera
committed
Oct 10, 2011
1 parent
471a405
commit 6b95359
Showing
4 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
hSlides is an horizontal accordion navigation, sliding the panels around to reveal one of interest. | ||
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. | ||
|
||
More info at http://www.frontendmatters.com/projects/jquery-plugins/ | ||
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.