Commit Graph

57 Commits (v4.2.0)

Author SHA1 Message Date
Glen Cheney 18638597c2 Add codepen template link 7 years ago
Glen Cheney 51e3d71b32 Use `_data` directory for site data. 8 years ago
Glen Cheney e1ea20f7da
Replace Promise dependency with array-parallel package 8 years ago
Glen Cheney 391481ea4f
Update docs 8 years ago
Glen Cheney 99ed4e37fe Add ability to customize styles. Rename filtered => visible and concealed => hidden.
Prefix shuffle item state classes.
Change ClassName => Classes because it's shorter.
8 years ago
Glen Cheney 20823d49af Update docs for adding, removing, advanced filters, sorting, and public methods. 8 years ago
Glen Cheney 60cc0241b3 Docs updates. Remove LOADING and DONE events. 8 years ago
Glen Cheney 6adb041ba1 Put home page demo items inside aspect boxes. 8 years ago
Glen Cheney 244f89aaba Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
Glen Cheney 47556e0c15 Remove jQuery dependency for page js.
Switch to <picture> for webp demo images instead of a js solution.
8 years ago
Glen Cheney eebf0b42a2 Start ES6 conversion and jQuery / Modernizr removal. 8 years ago
Glen Cheney 8957979aa9 Add directions for installing with npm. Closes #62 9 years ago
Glen Cheney 3a7f13de3d Change wording around downloads. 10 years ago
Glen Cheney 82f2771b79 List public methods in docs #23 10 years ago
Glen Cheney 7225f88f42 Add social links and anchor links for each header. 10 years ago
Glen Cheney e94747bd84 Document adding and removing collections. Closes #19
Add an arrow icon and more obvious links to demos from each section.
10 years ago
Glen Cheney af08bc2908 Separate Modernizr and Shuffle. Create custom build of Shuffle with custom Modernizr.
Ref #15
Also replace the global throttle/debounce with Underscore’s and define
it locally for Shuffle.
Next up: AMD support.
10 years ago
Glen Cheney 38fdf25573 Made awesome demo with inner containers translated and appearing when scrolled into view. Updated FAQ with Zepto and hash links. Added pictures of demos to the index page instead of linking to the nav. 11 years ago
Glen Cheney fe6b965013 Replace site.url with site.baseurl
I can now use `jekyll serve` and go to localhost:4000/Shuffle to see
the site and use relative links. This way it doesn't have to change
every time going from dev to production.
`jekyll serve --baseurl ""` also works to serve directly from localhost
without a subdirectory.
11 years ago
Glen Cheney c6443d57e8 Update change log 11 years ago
Glen Cheney 8a30832fac Fix links 11 years ago
Glen Cheney 92239c6e49 Move shuffle.js files to top level. Some nav tweaks. 11 years ago
Glen Cheney e77c9cc4e3 Some responsive styles and IE fixes 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 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 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 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 060c3315ee Converted to Jekyll. Woo! 11 years ago
Glen Cheney 4f82153c83 Updating the demos with jQuery 1.9.1 11 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 e72307ab99 Better handling of grid item dimensions. Added minimal page. 12 years ago
Glen Cheeny 45eb65d2a9 Added destroy method 12 years ago
Glen Cheney 6b7a3a752c Updated wording 12 years ago
Glen Cheney eacbda8b4c Added screenshot 12 years ago
Glen Cheney a7fd29f7bb Added open graph tags 12 years ago