python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Animation CSS/JS Jerky on Android and sometime PC
I create a Periodic Table Apps and I create an animation where Element move from initial position to center of window, but transitions are Jerky. To do this I Create a Copy of this Element (clicked) a...
Lucas
Votes: 0
Answers: 1
CSS transition opacity on elements with defined opacity
I have buttons with opacity 0 and I want to transition them to opacity 1 with delay. Some buttons have selected class (that gives them opacity: 0.35;). The problem is that when transition starts, thes...
Toniq
Votes: 0
Answers: 1
CSS ease in and ease out on hover with infinite rotation
I have some element that rotate on hover. How to add animation ease-in and ease-out, so when cursor goes to element, it starts to rotate smoothly, an on mouse leave, stops smoothly.
.sq {
heigh...
Andre
Votes: 0
Answers: 1
Css transition not transitioning back to original state when using animation with it
I am trying to make a loading animation. I am using css transition to transition into the loading by scaling and then using animation to scale out the x axis. But when I try to transition back to the ...

Steve K
Votes: 0
Answers: 3