Search |
||
Ajax WaiterPosted by gmurray71 on October 26, 2008 at 5:28 PM PDT
I came across a situation where I needed an Ajax style spinner but could not download any images. I extended concepts from the jMaki Revolver to make an image free spinner all in JavaScript.
window.waiter.show({ speed: 1,
delay : 40,
targetId : 'body',
textColor : '#FFF',
background: 'green',
opacity : 85,
message : 'Please wait 2'});
For detailed documentation on all the properties and more examples see the Ajax Waiter. If there are features or enhancements you would like to see let me know. »
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
Submitted by jorgechamorro on Sun, 2008-11-02 03:28.
Hi Greg.
Great, beautiful spinner !
I'm experimenting with its 3D look:
see http://jorgechamorro.com/cljs/025/
:-)
Regards,
Jorge.
P.S. Search & replace your source: "ctx.maxWith" -> "ctx.maxWidth".
Submitted by gmurray71 on Thu, 2008-12-11 07:19.
Very cool 3D look. I had originally thought of doing that and now you've already done the work. Great Job!
Thanks for sharing this
Submitted by craigdavid on Mon, 2010-01-25 03:52.
Keep up the good work. web
Submitted by craigdavid on Mon, 2010-01-25 03:54.
Keep up the good work.
web design | custom logo
|
||
|