Grid Actually is a dynamic, expandable, animated grid of square images using a single sprite.
- Converted to vanilla JS
- Added EventEmitter for event support
- Replaced grid images with 128x128px UIfaces.com avatars
- Adjusted grid box size
###1)### Make an image sprite comprised of 27 square 128x128 images arranged side-by-side into a single image that's 128px high and 3456px wide.
An example is included in this repository as "gridactuallysprite.png".
###2)### Add the JS file, the CSS file, and the sprite to your favorite web page. Like...
<script src="gridactually.js"></script>
<link rel="stylesheet" media="all" href="gridactually.css">
<img class="gridactually-image" src="gridactuallysprite.png">
This grid was built for the homepage of Avocado, an app for people. And because the ending of Love Actually included an inspring design. It was later forked and converted to vanilla JS by Arkade.no.
Browser: IE8 or newer.
Grid Actually is freely distributable under the MIT license. See LICENSE.txt for full license.