From ff144ecf7ce281877c47844645d5956dbd5abbdf Mon Sep 17 00:00:00 2001 From: 1reverseengineer <45468984+1reverseengineer@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:17:44 +0100 Subject: [PATCH] Update README.md Added warning of epilepsy for cursor position link, since moving the cursor relatively quickly (even by accident) can pose a danger to said users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6fb9f..a77b8d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Lax.js 2.0 has been completely re-written with a focus on modularity and flexibi - [Horizontal snap scroll](https://alexfox.dev/lax.js/examples/snap-scroll) - [Inertia](https://alexfox.dev/lax.js/examples/inertia) - [Video/Gif playback](https://alexfox.dev/lax.js/examples/sprite) -- [Cursor position](https://alexfox.dev/lax.js/examples/cursor) +- [Cursor position (EPILEPSY WARNING)](https://alexfox.dev/lax.js/examples/cursor) - [Text input](https://alexfox.dev/lax.js/examples/input) - [Update HTML content](https://alexfox.dev/lax.js/examples/on-update) - [Preset Explorer](https://alexfox.dev/lax.js/preset-explorer)