About 50 results
Open links in new tab
  1. How to create CSS bounce effect - Stack Overflow

    I am trying to add a bounce effect to the end of the animation without using any 3rd party code or javascript. I managed to create the animation but could not achieve the bounce effect. This is wha...

  2. javascript - CSS Animation onClick - Stack Overflow

    Jan 31, 2011 · How can I get a CSS Animation to play with a JavaScript onClick? I currently have: .classname { -webkit-animation-name: cssAnimation; -webkit-animation-duration:3s; -webkit …

  3. CSS: Animation vs. Transition - Stack Overflow

    Dec 15, 2013 · Transition: A movement, development, or evolution from one form, stage, or style to another Animation: Endowed with life or the qualities of life; full of movement The names …

  4. Imitating a blink tag with CSS3 animations - Stack Overflow

    Dec 19, 2012 · I really want to make a piece of text blink the old-school style without using javascript or text-decoration. No transitions, only *blink*, *blink*, *blink*! This is different from that question b...

  5. Maintaining the final state at end of a CSS animation

    I'm running an animation on some elements that are set to opacity: 0; in the CSS. The animation class is applied onClick, and, using keyframes, it changes the opacity from 0 to 1 (among other thing...

  6. CSS 3 slide-in from left transition - Stack Overflow

    Mar 14, 2024 · Here is another solution using css transform (for performance purposes on mobiles, see answer of @mate64 ) without having to use animations and keyframes. I created two versions to …

  7. html - CSS Animation from Left to Right - Stack Overflow

    Jan 11, 2017 · I am trying to make an animation in CSS. I read some examples of it online and I cannot figure out what I'm doing wrong... I want my potato image to go from left to right and then turn around …

  8. How to make CSS animation slows down to stop on hover, and …

    Apr 1, 2023 · The animation-play-state CSS property sets whether an animation is running or paused. With the marquee paused, you can then animate the parent's transform: translateX(); on :hover …

  9. When using css animation to alter background-color, how do I …

    Jan 7, 2023 · So using animations I can alter the background color of a div using :hover. I can do a reverse-ordered version of the same animation when taking the mouse out of the div by using the …

  10. image - CSS3 Rotate Animation - Stack Overflow

    May 27, 2013 · Learn how to create a CSS3 rotate animation for images with practical examples and solutions on Stack Overflow.