python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I need a repeated flickering effect
I need to make a repeated flickering text element in my page. How should I proceed? This is a part of my code:
animation-iteration-count: infinite doesn't work, it's a constant flickering. How should ...
valin1o
Votes: 0
Answers: 1
How to loop an animation without a maximum call back error jQuery?
I am trying to animate these two shapes up and down but only the first shape will animate and the other one won't and I get a "Maximum call stack exceeded error"
JavaScript function
function...
Rob_lc
Votes: 0
Answers: 0
Vue Transition Group Animation - start v-move only after v-leave finishes
I would like to have the following flow:
5 items on a stack of notifications.
1 item is poped, so it enters on v-leave state, while the other 4 items don't animate at all. After item enters on v-leave...
Igor Lira
Votes: 0
Answers: 0
I want to flip a HTML/CSS Animation upside down
I have copied this codepen and would like to flip the waves on the x-axis having them upside down on the top of my page.
.header {
position: relative;
text-align: center;
background: black;
...
AtassiCodes
Votes: 0
Answers: 1