Questions tagged [spinning]
51 questions
23
votes
2 answers
Where can I find a variety of "while you wait" spinning gear cog gif images
I am looking for an image generator for images that:
Look like cogs, wheels, progress bars, etc.
Spin.
Are small, less than 20-30 pixels. 16 might be good, i.e. 'icon size'
Are simple, just 2D no need for 3d image.
All the examples I found are…

Michael Durrant
- 93,410
- 97
- 333
- 497
4
votes
1 answer
rotation animation xcode iphone
Im trying to rotate an image around in a circle using a simple single view application in xcode. I have a circle image on the main storyboard and a button. Im using the following code, but the circle image drifts down to the right then back up to…

Kurt L.
- 623
- 10
- 23
3
votes
4 answers
Browser continues 'loading' after ajax request finishes
You've seen this - on an ajax-heavy page, like meebo.com, the browser never stops 'spinning', it never indicates that it's finished loading. What causes this, and is there any way to consistently tell the browser (whatever browser it may be), that…

Corey
- 1,977
- 4
- 28
- 42
3
votes
2 answers
What is a Spinning Thread?
I have stumbled upon the term spinning, referring to a thread while reading this (ROS)
What is the general concept behind spinning a thread?
My intuition would say that a spinning thread is a thread that keeps executing in a multithreading process…

Tommaso Bendinelli
- 531
- 7
- 19
3
votes
1 answer
OS Concepts in Layman Terms
What is the difference between the following concepts in layman terms: spinning lock, blocking and condition?

syker
- 10,912
- 16
- 56
- 68
2
votes
1 answer
How to create a platform body that spins on it's center in Box2D
I'm trying to create spinning shapes floating in space. There is still gravity in the environment, however it should not affect these platform objects because they are static (right?). How can I apply a constant angularVelocity to it though? It…

chamberlainpi
- 4,854
- 8
- 32
- 63
2
votes
3 answers
How do I schedule a print statement upon completion of 4 independent threads?
I have a simple java application which calculates prime numbers up to a certain user-given number and prints out the numbers. I've built upon this to include four separate threads which iterate through 4 separate ranges of numbers. Once all 4…

fvgs
- 21,412
- 9
- 33
- 48
2
votes
0 answers
Spinning orientation when going to next storyboard
So I've been trying to put off posting here about this because it's such a stupid thing and I imagine it's going to be a simple fix but I honestly cannot find the answer.
http://www.youtube.com/watch?v=SbMBCSQegpw&feature=youtube_gdata_player
This…

Alistair Norris
- 57
- 14
2
votes
2 answers
How to get Spinning Progress Bar at starting of Application
i am new in android. I managed to parse JSON file to my application. Now i want to use AsyncTask to get Spinning progressBa untill application starts and load data. I tried to read many things, but they only give how to get progressbar on onclick…

Siddharth
- 213
- 5
- 14
1
vote
2 answers
How can find all permutations of spinning text in c#
I have a spinning text : {T1{M1|{A1|B1}|M2}F1|{X1|X2}}
My question is : How can i find all permutations in C# ?
T1M1F1
T1M2F1
T1A1F1
T1B1F1
X1
X2
Any suggestions ?
Edit :
Thank you for your help but M1,A1, .. are examples
With words that could give…

PapyRef
- 11
- 2
1
vote
0 answers
How do i create an horizontal slot machine effect?
I have a task that i need to to.
I need an horziontal slot machine, with random selection of the items except 2 of them ( so if there are 4 items, the spin should stop at only 2 of them) and when the spinning stops at item, automatically it should…

Allcro
- 33
- 1
- 5
1
vote
0 answers
Spinning drawable ONLY via XML android
I want to implement a splash activity to my app. To do it i have to declare a custom theme for Splash activity on Manifest. I found this guide there: https://www.bignerdranch.com/blog/splash-screens-the-right-way/
So the problem is that i dont know…

Алексей Герман
- 33
- 6
1
vote
1 answer
Rotate an element around another element - css
I am working with CSS, and want to do an effect where an object is moving around another object in an ellipse. I am not using a canvas, and this is my html:
/*Content intended for ellipse movement*/
/*Element to ellipse…

Contradictions
- 137
- 3
- 15
1
vote
3 answers
How to rotate a UIImageView
I have a UIImageView that is an image of the star. The problem is I want the star to rotate when I move it. How can I rotate a UIImageView to make it look like it is spinning for 3 seconds. I want it to spin 720 degrees.

Blane Townsend
- 2,888
- 5
- 41
- 55
1
vote
0 answers
Spin inner elements of two div at the same time (and rate) with jquery
I am trying to give two elements a matched spin animation, I want them to spin at the same rate and land on a "matched" set every time. I can get both elements to spin, but the variables get ran twice, throwing off the matching pairs.
I've tried…

dougblitz210
- 139
- 2
- 9