Commit Graph

33 Commits (ded96737e332701a27e2657ac96c1d0c9e1366dd)

Author SHA1 Message Date
Glen Cheney ded96737e3 Added favicon. Added description and image to each page for open graph and twitter cards.
Renamed some shuffle methods for more consistency
11 years ago
Glen Cheney 3c42d0bf39 Remove shiv and load from Modernizr build.
Shiv is included separtely on the page (and Modernizr 2.6.2 doesn't
have <main>).
Load isn't used by shuffle. Not sure why I had it there.
11 years ago
Glen Cheney 2b99fb1343 Added images loaded demo, alias for columnWidth in shuffle options as `sizer`
Also added an image demo without images loaded to see the difference.
Converted bootstrap breakpoints to ems.
More work on the nav.
Optionally include prism per post now
11 years ago
Glen Cheney 53152b4adb Filter button states 11 years ago
Glen Cheney 7a962634d0 Adding nav and webp screenshots for demos 11 years ago
Glen Cheney 3aa94d53f9 Made "basic" and "adding/removing" demos
Now all calls to the jQuery plugin must include the function as the
first parameter: $grid.shuffle('shuffle', 'green');
11 years ago
Glen Cheney 410762f8e8 Ordering getters and setters so only one style recalculation and layout happens on init. Added $.throttle / $.debounce and more function comments. 11 years ago
Glen Cheney 599158e259 Removed hideTransitionWithFade option. Hide the first transition by default. Added jQuery 2.0.2/1.10.1. 11 years ago
Glen Cheney d704868c3c Added _updateItemCount function and fixed a bug where `remove` didn't update the item count. 11 years ago
Glen Cheney 4c8ff13cce Moved example code to their own includes
Unindented shuffle once.
11 years ago
Glen Cheney e0902b49f4 Added sizer for column width and a short readme. 11 years ago
Glen Cheney f8fdbaef1f Filter and sort at the same time. 11 years ago
Glen Cheney 5122c35d85 Added `remove` method and fixed `destroy` removing resize listener for all instances of shuffle 11 years ago
Glen Cheney f6a3395fb5 Add the filtered class initially to avoid a style recalculation in `filter` on load.
Removed commented out code, saved the transition duration name to a
variable instead of looking it up each time for each element.
11 years ago
Glen Cheney 4f82153c83 Updating the demos with jQuery 1.9.1 11 years ago
Glen Cheney ac86150413 Performance improvements to minimize layouts, style recalculations, and repaints
Plugin now requires jQuery 1.9 because it access's the container's css
using an array. e.g.: $container.css(['paddingLeft', 'width']);
11 years ago
Glen Cheney 970f4cd6f9 Added style queue to prevent multiple reflows during layout. Added randomize option to sorting.
Other general improvements.
11 years ago
Glen Cheney efeb3c7dc4 Added buffer option. Added disable and enable functions.
Added throttling and options for fade and reveal delays.
11 years ago
Glen Cheney 7ff9b2c728 masonry work.
Lots o' stuff because this plugin is used in another project and all
minor updates go there.
12 years ago
Glen Cheney 0aefb10d65 added property when the plugin is hidden when initialized 12 years ago
Glen Cheney dc88374e35 Added responsive demo 12 years ago
Glen Cheney 276d69e114 Removed jQuery animate fallback's width/height properties
Because the width and height isn't the same for every item, we can't
set that explicitly. Saving and retrieving it almost works, but masonry
gets the width/height before the element is done transitioning,
resulting in misplaced items.
12 years ago
Glen Cheeny 8e03097e1a Converted layout method to masonry style 12 years ago
Glen Cheney e72307ab99 Better handling of grid item dimensions. Added minimal page. 12 years ago
Glen Cheeny 45eb65d2a9 Added destroy method 12 years ago
Glen Cheney a6488e3d6c Updated minified version 12 years ago
Glen Cheney f7c7408e3b Fixes for IE. Documented advanced filtering. 12 years ago
Glen Cheeny c335c8eccd Added advanced filtering option 12 years ago
Glen Cheney 0ab1524211 Added sorting ability and made plugin responsive. Updated to Modernizr 2.6.2
Replaced prettify.js with prism.js
12 years ago
Glen Cheeny 31c83bf08a Rewrote plugin in more object oriented structure.
Added custom events.
Updated to Modernizr 2.6.1.
Updated images to be 2x the size for retina :)
12 years ago
Glen Cheeny 147b2c07c1 Added comments
Commented functions and added some things based on jshint
12 years ago
Glen Cheeny fe37739c78 Removed CSS from file and replaced with js 12 years ago
Glen Cheney 0b3692ecbd Separating pages and plugin 13 years ago