Top "Css-animations" questions

CSS animations make it possible to animate transitions from one CSS style configuration to another.

CSS Animation property stays after animating

I'm trying to get a CSS animation property to stay after completing, is this possible? This is what I'm trying …

css css-animations
Looping Animation of text color change using CSS3

I have text that I want to animate. Not on hover, for example but continually changing slowly from white to …

css transition css-animations
css3 animation not working in chrome

I have a small animation that is working in firefox, but not in webkit browsers. Maybe someone sees the mistake …

html css css-animations
How to move a div up and down infinitely in CSS3?

Hello I am trying to do the simple task of moving a div up and down to give a floating/…

html css css-animations
React - animate mount and unmount of a single component

Something this simple should be easily accomplished, yet I'm pulling my hair out over how complicated it is. All I …

animation reactjs css-animations gsap react-motion
combining multiple css animations into one overall animation

I have a set of animations that I queue up one after the other to create a bigger overall animation. …

css css-animations
Multiple CSS keyframe animations using transform property not working

While working with CSS keyframe animations I found that when I give an element two animations like: .element { animation: animate1 1000…

css css-animations
Webkit CSS Animation issue - persisting the end state of the animation?

Given the following CSS3 animation.... <style type="text/css" media="screen"> .drop_box { -webkit-animation-name: drop; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; } @…

css css-animations
Proper way to optimize CSS 3 animations for iOS/Mobile Safari?

I'm building an iPad app using PhoneGap. I'm trying to use CSS transformations for the animation, but I'm not entirely …

ios webkit css-animations
CSS animation, toggle rotate on click

I am try to have the caret in the following rotate 180 degrees on click for my dropdown menu. In the …

javascript html css css-animations