51 questions
0
votes
0
answers
33
views
How to ensure my CSS animation doesn't restart onClick
I made a small CSS animation of a vinyl record png picture being rotated with the following code:
.vinyl-record-playing {
height: 500px;
width: 500px;
animation: spin 10s linear infinite ...
3
votes
1
answer
948
views
Joomla reCAPTCHA v2.0 spinning
for the last few days recaptcha has stopped working for our ecommerce site.
we are unable to take orders now and cannot disable it without other errors.
Please help. this just started within the last ...
0
votes
1
answer
76
views
How can I make this graph animation in Python?
enter image description here
Hello, I need to create a Python program that simulates this animation.
I have been trying different libraries and come up with this code using turtle graphics. the ...
-1
votes
1
answer
35
views
Fullscreen CSS Spinning Background
I am trying to replicate (in css) a background that i saw on a figma project on tiktok.
It's basically a spinning conic gradient background.
The problem is that I can't get it to work fullscreen.
You ...
1
vote
0
answers
539
views
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 ...
1
vote
0
answers
45
views
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-...
0
votes
1
answer
1k
views
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:
<div>/*Content intended for ellipse ...
0
votes
0
answers
40
views
kivy- How to make a widget spin?
SO ive got this code, but now i need it to spin with different speed( is because i got 6 of those with different length ) and different directions. so if anyone could please help me as ive been trying ...
3
votes
2
answers
4k
views
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 ...
1
vote
0
answers
84
views
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,...
0
votes
1
answer
178
views
Javascript Ajax: never ending loading spinner
I am facing a behaviour, I don't understand.
In Firefox 54.0 I have implemented a pretty simple Javascript to make an Ajax-request.
The Firefox works well, but doesn't stop to show the spinning ...
0
votes
2
answers
449
views
Busy Loop/Spinning sometimes takes too long under Windows
I'm using a windows 7 PC to output voltages at a rate of 1kHz. At first I simply ended the thread with sleep_until(nextStartTime), however this has proven to be unreliable, sometimes working fine and ...
-3
votes
1
answer
1k
views
_kmp huge overhead and spin time for unkown calls in OpenMP?
I'm using Intel VTune to analyze my parallel application.
As you can see, there is an huge Spin Time at the beginning of the application (represented as the orange section on the left side):
It's ...
1
vote
2
answers
2k
views
How to show Spinning Modal in WPF
I have an application which contain below code in its MainWindow.xaml to show the spinning modal using FontAwesome icon:
<Grid Visibility="{Binding SpinningModalVisibility}">
<...
-1
votes
2
answers
4k
views
Spinning Image in Windows Forms (C#) [closed]
I'm working in a music player, where I want the album art of the current song to be spinning in a circular picture box, just a vynil turntable.
I already have the circular picturebox, I made one ...
0
votes
1
answer
558
views
Creating a spinning pie chart (wheel) android
I have created an Pie chart which I want to spin randomly and stop on click.
Then my android program needs to read which value is above.
I already got this:
PieDataSet dataSet = new PieDataSet(...
0
votes
1
answer
27
views
Embeding 3D-Cube to another site is not working
I have successfully created a 3D-Image-Cube with HTML and CSS.
It is perfectly fine on an empty page or on my information page itself.
I embed my information page on my main page with success too, ...
0
votes
1
answer
2k
views
Swift 3 UIPickerView programmatically start to spin
I'm making some kind of wheel of fortune in iOS with Swift 3. I used a library with an UIPickerView, I customized the views, I made the rows endless (so the user has the idea that he scrolls through ...
0
votes
1
answer
2k
views
C++ Rotating Cube in Coordinates (non-draw)
I've been looking for this for quite a long time without any results, been trying to figure out the math for this myself for about a week+.
My goal is to set my cursor position(s) so in the way that ...
0
votes
0
answers
142
views
What should be the sector image size for 26 sectors in rotary wheel iOS?
I am following How To Create a Rotating Wheel Control with UIKit tutorial to create a spinning wheel.
I have 26 sectors in my wheel. The sector image provided on this site is overlapping each other ...
1
vote
2
answers
3k
views
Save html code result as .gif or other video
So this may sound a bit odd already, but here it is:
I have some HTML code. In the HTML I use CSS to spin an image. So I want to somehow save this rotating image as a .gif or other video. Is this ...
-1
votes
2
answers
170
views
Android 'Spinning Wheel' application crashes at launch
I've taken a code from a tutorial about a spinning wheel.
I've adjusted the code to work from my application but it's crashing for some reason and I can't figure out why.
I'll really appreciate any ...
0
votes
1
answer
141
views
Spinning UITableViewCells
I have a UITableView loading its data from the Web, and while the data is loading there are few cells, to indicate the process. Each cell got an UIImageView inside which i want to be spinning ...
0
votes
1
answer
145
views
C# Spintax Coloring [closed]
Spintax is used for getting multiple pieces of content from one piece ex:
Spintax: The {dog|cat} {ran|jumped} very {quietly|far {ahead|away}}.
That would return sentences like these:
The dog ran very ...
0
votes
1
answer
114
views
How to create a circle out of smaller circles in libgdx?
I am creating a ring that will spin made out of circles and I don't want to have to manually place each circle and then spin them all at once. Isn't there some mathematical way to create this circle? ...
1
vote
0
answers
416
views
UIPickerView: Get row value while spinning. how to?
As others already asked, I need to read the row value while spinning.
The row values represent a "image frame" number and I need to switch to the corresponding frame while spinning.
It looks like ...
1
vote
2
answers
4k
views
Spinning Wheel in flash AS3
I want to create (roulette) spinning wheel simulation in FLASH.
I want to get a number, where that (roulette) spinning wheel will stop in front of an indicator.
Here is link which demonstrate what I ...
1
vote
2
answers
479
views
jQuery Make image rotating interval decrease smoothly
here is my site:
I'm trying to get the CD to slowly stop spinning or slowly start up again when I click a button or press the spacebar, but setTimeout() hasn't worked for me.
Thanks.
Below is the ...
0
votes
1
answer
290
views
Android Actionbar Spinning Samsung Galaxy 3 FEATURE_INDETERMINATE_PROGRESS
I'm adding the Compatibility Library V7 in a project, following the Android-Developers Blog:
http://android-developers.blogspot.co.uk/2013/08/actionbarcompat-and-io-2013-app-source.html
The action ...
0
votes
1
answer
547
views
Progress Dialog should spin till loading of gridview completed
I am working on one android app in which i want to display progress Dialog till loading of gridview completed. But my problem is progress dialog is spin for some intial time. Then it stops spinning.
...
2
votes
3
answers
104
views
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 ...
0
votes
1
answer
644
views
Fullscreen spinning background image
i've been looking everywhere how to achieve this effect of an animated spinning image that is covering the whole screen. Like this one.
bassically, what i want is to make it spin and to be ...
2
votes
0
answers
104
views
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?...
2
votes
2
answers
1k
views
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 ...
0
votes
1
answer
953
views
CSS Overlay Animation on PNG Image
Today i was customizing my website and i remembered a very nice CSS effect i saw a few months ago. I didnt find it on my Bookmarks.
The website had a Large logo with colors moving on it. After going ...
4
votes
1
answer
6k
views
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 ...
0
votes
2
answers
2k
views
How can I spin in a for loop for a random but very small amount of time in c++?
So I basically have the ability to capture some packets from a multicast environment and I save them to file and then I multicast them out to applications which expect multicast data. I do this for ...
1
vote
0
answers
1k
views
stopping HTML5 roulette wheel on a preselected item
I've found this very interesting and useful article.
http://www.switchonthecode.com/tutorials/creating-a-roulette-wheel-using-html5-canvas
In the tutorials above the wheel stops at a random item. Is ...
0
votes
1
answer
589
views
Text spinning permutations
I want to get the number of permutations of spinning text:
My text:
{abc|{cde|fgh}} aaa {cde|fg}.
Result should be 6 (3x2)
I want to get permutations to unlimited number of nested words.
How can ...
1
vote
2
answers
542
views
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 ...
23
votes
2
answers
29k
views
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 ...
0
votes
3
answers
4k
views
Content Spinning using PHP?
Can anyone please help me? Say if I had this text or a smaller section stored in a variable, how can I randomise the words in the '{ }' ?
For example, the first one is "{important|essential|crucial|...
0
votes
2
answers
1k
views
HTML5 Canvas (or alternative): Moving lines to simulate meridians on a planet
This is my firs excursion on the HTML5 canvas, I have working knowledge of jQuery and Javascript.
I'm trying to create a "spinning globe" effect with it.
The idea is to have a circle and meridians "...
0
votes
1
answer
1k
views
html5 spinning ball
Looking to see an HTML5 example of a ball spinning outward in a circular motion; an example would be like a roulette ball which starts in the middle of a circle, slowly spinning around till it stops (...
1
vote
3
answers
7k
views
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 ...
1
vote
3
answers
2k
views
Spinning in a non-blocking app without gobbling up CPU time
I have a UDP network application that reads packets sent to it and then processes them (same thread). The reads are non-blocking so I'm not using poll or select.
Packets received are grouped by ...
2
votes
1
answer
2k
views
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 ...
1
vote
1
answer
288
views
Remove spinning ball when hidden application start
I have created a program in c++ that doesn't have any GUI. When this program stars windows shown a spinning ball for about 5 seconds.
Is there any way to remove this?
3
votes
1
answer
291
views
OS Concepts in Layman Terms
What is the difference between the following concepts in layman terms: spinning lock, blocking and condition?
1
vote
2
answers
5k
views
android spinning image
i am trying to create two spinning wheels, as in pulleys, so everytime the attached rope moves, the two pulleys will rotate. i have tried two approaches:
1) use Matrix.postRotate within the onDraw() ...