Greetings everyone, I am a complete beginner here so please bear with me.
After looking at some examples, I have managed to create a start/stop slowdown feature.
Here is the JSFiddle link for reference
.small-wheel, .big-wheel{
transition: all 2s ease-out;
}
The issue I am facing is that Safari seems to immediately stop without transitioning on the first command. However, after this initial instance, the transition works perfectly every time afterwards.
This problem does not occur on Firefox and Chrome.
Your assistance on this matter would be greatly appreciated. Thank you.