Commit Graph

276 Commits (v4.2.0)
 

Author SHA1 Message Date
Glen Cheney c9f86feaaa Shuffle 2.0! 11 years ago
Glen Cheney 5724739328 Mostly IE fixes 11 years ago
Glen Cheney 92239c6e49 Move shuffle.js files to top level. Some nav tweaks. 11 years ago
Glen Cheney 5277563e95 Add animated favicon
Currently lots of jank in Chrome at the moment.
11 years ago
Glen Cheney e77c9cc4e3 Some responsive styles and IE fixes 11 years ago
Glen Cheney b459c672ee Make the nav cooler
grayscale and scaling
11 years ago
Glen Cheney 4d38115f4d Updated home page examples, added init with sort
Commented all options
11 years ago
Glen Cheney 615691c8ea Credit Jake with photos 11 years ago
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 17644ce7f0 Added mobile grid 11 years ago
Glen Cheney 53152b4adb Filter button states 11 years ago
Glen Cheney 2735047267 Update readme with task list 11 years ago
Glen Cheney d2a08407ee Added compass, finished shapes filter demo 11 years ago
Glen Cheney c1da3b374d Adding shapes demo 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 c8f84aab91 Update README.md 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 af2fef2e41 Homage page demo working 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 91535600de Gettin stylish 11 years ago
Glen Cheney 6f992ae755 Restructuring. 11 years ago
Glen Cheney 621755f917 Link to masonry branch 11 years ago
Glen Cheney 060c3315ee Converted to Jekyll. Woo! 11 years ago
Glen Cheney 2d4292f868 Remove `defer` attributes on scripts. Fixes #1. Not sure why I had that... 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 c6d4202d0f Updated grid item sizes to show off masonry 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 a5c1d6f232 Updated changes section 12 years ago
Glen Cheney 7614c2da64 Better handling of grid item dimensions. Added a minimal markup page 12 years ago
Glen Cheney e72307ab99 Better handling of grid item dimensions. Added minimal page. 12 years ago
Glen Cheeny abce3273e9 Added link to github repo 12 years ago
Glen Cheeny 89a693b2ad Added destroy method 12 years ago
Glen Cheeny 05673a8fb2 Oops 12 years ago
Glen Cheeny 45eb65d2a9 Added destroy method 12 years ago