Top "Keyframe" questions

Keyframes is a general term in animations that is used to refer to the starting point and the finishing point of an animated transition.

How to have css3 animation to loop forever

I want to have the whole set of animation to play forever. When the last photo fades off, I want …

css loops animation keyframe forever
CSS-moving text from left to right

I want to create an animated HTML "marquee" that scrolls back and forth on a website: <div class="marquee"&…

css animation marquee keyframe
How to split a video using FFMPEG so that each chunk starts with a key frame?

We need to split a large live WMV video feed in small chunks all of the same size. We made …

video ffmpeg split keyframe
SASS (not SCSS) syntax for css3 keyframe animation

Is there any way to write keyframes in SASS? Every example I have found is actually SCSS, even when it …

css sass keyframe
how to change keyframe interval in ffmpeg

I wanted to set the keyframe interval of an input video to 5 seconds. Only then can I achieve a constant 5 …

ffmpeg video-streaming keyframe segment http-live-streaming
Cross-Fade between images with CSS in loop

I want to fade between images in a loop (like result here-jsfiddle.net/5M2PD) but purely through CSS, no …

css fade keyframe
Set Webkit Keyframes Values Using Javascript Variable

I have a piece of JS code to generate random numbers and output them as variables to be used here …

javascript css variables webkit keyframe
CSS3 - Transition on DOM Removal

Using keyframes, it is possible to animate an element as soon as it is inserted into the DOM. Here's some …

dom css keyframe css-animations
How to prevent css keyframe animation to run on page load?

I have a div in which I animate the content: On hover content slides into the container div. My problem …

css animation keyframe
Checking keyframe interval?

How can I check keyframe interval of a video file? all I can see in ffmpeg output is: Metadata: metadatacreator : …

ffmpeg keyframe