Mouse Cursor
Hi guys, just a quick question about changing the mouse cursor with css.
Here is a shortened version of my code
#mouse{
cursor: wait;
-webkit-animation:mouse 8s forwards;
}
@-webkit-keyframes mouse{
0% {cursor: wait;}
9% {cursor: wait;}
10% {cursor: help;}
100% {cursor: help;}
}
You can probably see what I am trying to do. The cursor:wait; works fine, but the animation part does not. I'm going to guess this is not possible with css and will require JavaScript?
Thanks for reading!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks