CSS animations make it possible to animate transitions from one CSS style configuration to another.
In rotate animation, works in Chrome but not in Firefox. Why? @-moz-keyframes rotate { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360…
html css css-animationsI am trying to create a pre-loader which changer its height, width, border-radius and background color. The fiddle : https://jsfiddle.…
css css-transitions css-animations keyframeI'm using css animations on my page and Safari seems to change unrelated font weights elsewhere on the page when …
animation css safari webkit css-animationsIt appears both IE 10 and Firefox snaps elements to whole pixels when animating their position using translate 2d transform in …
html css css-animations css-transformsI need to animate height, and set overflow: hidden for the first keyframe, and overflow: visible (and keep it) for …
css overflow css-animations keyframeI have created an "Important Notice" bar where I want the text to scroll across the screen. It is achieved …
html css css-animations text-indentI would like to use inherit with calc() like this: #foo { animation-duration: 10s; } #foo > .bar { animation-duration: calc(inherit + 2s); /* =12…
css inheritance css-animations css-calcI'm trying to get objects to "slide in" from the bottom of the screen, but since I can't get the …
css css-animationsI have a modified version of animate.css (added some delay, new timings and new positions), and it works really …
html css web css-animations gumby-frameworkI'm having a hard time googling this issue because most of the things I can find are about animations that …
javascript jquery css jquery-animate css-animations