#MonthOfCode - Day 25: cursor
My entry for the 25th day of the month of code. The theme for today is: cursor.
You can’t use an animated gif as a custom CSS cursor and you can’t use CSS
animations either. So, let’s create a canvas cursor! Move your mouse over the
red <div>
to see it.
Code after the break.