From 877bb3ec1ae8398febccdec0720f9a35f7af8b53 Mon Sep 17 00:00:00 2001 From: Alex Fox Date: Tue, 26 Mar 2019 08:51:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ff226..4443f35 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Other ## Sprite Sheet Animations -You can create animations using sprite sheets. See a demo [here](https://alexfox.dev/laxxx/sprite.html) +You can create animations using sprite sheets. See a demo [here](https://alexfox.dev/laxxx/sprite.html). The `data-lax-sprite-data` is required and formated like so `[frameWidth, frameHeight, frameCount, columnCount, scrollStep]`. You can either set the image using CSS or the `data-lax-sprite-image` attribute. e.g.