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)
Basic Animation HTML and CSS
So I am just a beginner and I am just trying to figure out animations and how they work.
My plan is to move the ball infinitenly in an infinite number of degrees (lets say 90) on a line. Here are a co...
Mustafa
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
How to translateX an element proportionally to its own width and not its parent or screen width with pure CSS
I am trying to adapt this pure CSS text scroll tutorial to my project. I found that it does not work when scrolled element width is longer than its container width. It stops scrolling too early while ...
Marek
Votes: 0
Answers: 2
Why 'backface-visibility: hidden' does not work with text?
This is supposed to be a memory game with cards with text on them.
The cards on the front should just be white (the background-image) and at the back there is a word. But since applying the backface-v...
Timi Xi
Votes: 0
Answers: 1