-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed placeholders. Adding fluid uneven counts for all modes. - Refactored paging. So much better now. - Refactored add/remove - Refactored element build - Made centerPadding flexible to allow percentages/other units - Dollar prefixed cached query variables - Added vendor specific transition constraints - Fixed lazy load index bug - Android browser bug fixes - Weight reduction TLDR: It’s better, faster, cleaner & smoother
- Loading branch information
1 parent
3ba6be7
commit f24dcb0
Showing
13 changed files
with
2,297 additions
and
838 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
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,27 +1,27 @@ | ||
{ | ||
"name": "slick-carousel", | ||
"main": "slick/slick.min.js", | ||
"version": "1.3.3", | ||
"homepage": "https://github.com/kenwheeler/slick", | ||
"authors": [ | ||
"Ken Wheeler <ken_wheeler@me.com>" | ||
], | ||
"description": "the last carousel you'll ever need", | ||
"keywords": [ | ||
"responsive", | ||
"carousel", | ||
"jquery" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests", | ||
"index.html" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.7" | ||
} | ||
} | ||
"name": "slick-carousel", | ||
"main": "slick/slick.min.js", | ||
"version": "1.3.4", | ||
"homepage": "https://github.com/kenwheeler/slick", | ||
"authors": [ | ||
"Ken Wheeler <ken_wheeler@me.com>" | ||
], | ||
"description": "the last carousel you'll ever need", | ||
"keywords": [ | ||
"responsive", | ||
"carousel", | ||
"jquery" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests", | ||
"index.html" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.7" | ||
} | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.