Cursor-Flow rotates your cursor based on the direction the cursor is moving.
Just add those two lines:
<link rel="stylesheet" href="Cursor-Flow.css">
<script src="Cursor-Flow.js"></script>
And make sure the images can be found.
The file Cursor-Flow.css
lists a lot of selectors like:
.CF-cursor.zoom-in {
background-image: url('images/default_32x32.png');
}
Those are not implemented right now and neihter am I planning on implementing those due to how bad the API for the web is. For real, who is in charge?
Currently the only ones being implemented are: pointer
, text
and default
.
I hope this list get's longer over time :)