Reputation: 319
I have tried animating cursors with .ani cursor files but none of them would load properly on Chrome or Firefox. It would always default back to the normal blue circle. Any .cur (non-animated) files would work properly.
Am I missing something?
.q {
cursor:url(images/minigreen/ayes/wait.ani), wait
}
<html>
<head>
<span class="q">wait</span><br>
</head>
</html>
Upvotes: 2
Views: 521