Tagged Questions
The loading-animation tag has no wiki summary.
2
votes
1answer
457 views
Silverlight standard loading animation does not get displayed
Can anybody enlighten me as to how the standard Silverlight loading animations (the swirling blue balls) are embedded in a Silverlight application and how they work? I currently don't see it although ...
1
vote
1answer
90 views
Showing/Hiding timing with JQuery for a loading animation
I have this code that relies on the Embedly API for replacing a link with a video and thumbnail:
$('a.oembed').each(function(){
...
0
votes
0answers
23 views
Loading animation as found in buffering of streaming videos
I'm a noobie in iOS coding..
I want to display an animation. i.e, a loading animation with the percentage value shown (as we see in buffering of live streaming videos). The animation must proceed in ...
0
votes
1answer
640 views
Change cursor to loading animation
Hey,
I've got a few loading bars that appear during any postbacks. How can I use CSS to have the cursor change into a custom loading animation? In examples I've come across, I can only turn the ...
0
votes
1answer
987 views
Ajax Style Loading Animation in Silverlight
I am building a Silverlight application around the new Navigation framework. Due to the nature of the application, there will be quite a bit of waiting around.
To that end, I'd like to add an ...