Tagged Questions
The keyframe tag has no wiki summary.
4
votes
3answers
116 views
jQuery CSS Keyframing
Trying to make a simple repeated keyframed animation with jQuery
$(document).ready(function() {
$('body').mouseover(function() {
var animateloop = 0;
$(this).mouseout(function(){
...
4
votes
1answer
789 views
haXe: Keyframe animation without frames
I would like to do simple (looping) animation (moving, changing alpha etc) in haXe (flash9). I don't have anything that resembles frames in my library, just single frame assets.
Since I am a ...
3
votes
1answer
588 views
How to trigger event in silverlight animation by keyframe?
I need to call a method when the animation gets to a certain keyframe. Is it possible to trigger an event when an animation gets to a certain keyframe? If not is there a better way of triggering an ...
2
votes
1answer
85 views
Place to share cool CSS3 tricks [closed]
I just wrote a pure CSS3 DIV slider, It uses @keyframe and other CSS tricks to slide divs. On the hover, the slide pauses. You can embed youtube videos, link images, embed text etc.
It isn't ver user ...
2
votes
2answers
50 views
What is a good way to find discriminative keyframes in a video?
I need to extract a single "keyframe" from a video of a particular human action(the actions could be generic) such that it is discriminative as opposed to descriptive ...
2
votes
1answer
241 views
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 sample CSS:
@-moz-keyframes fadeIn {
from {opacity:0;}
to {opacity:1;}
}
...
2
votes
0answers
198 views
detect key-frame in TS with H264 codec
Is there an easy not horrifyingly complex way to detect key-frame in an H264 video stream wrapped in a Transport Stream?
Also, if extra previous packets needed for the decoding of the key-frame is ...
2
votes
1answer
606 views
FFMPEG reading keyframes
I am trying to write a c++ program that would read key frames from the video file using ffmpeg.
So far I managed to get all the frames using av_read_frame where you sequentially read
frame by frame.
...
2
votes
2answers
829 views
C# smooth object movement
I have all the necessary code to move and click the mouse via C# code, but I don't want to just set the mouse position to X and Y; that will look jerky. Instead, I want to have a smooth transition ...
2
votes
1answer
220 views
2
votes
1answer
410 views
Is it possible to animate a LinearGradientBrush in WPF?
Is it possible to animate the StartPoint or EndPoint of a LinearGradientBrush? If so, what is the type of the Storyboard object used to animate the Points, as when I try the following I get "0,1" is ...
1
vote
2answers
111 views
how to circle an element such as div or image around a point or mouse using jquery and CSS3 KeyFrames?
all
i have a problem in trying to using jquery and css3 keyframe to move or circle an element such as div or image around a point or mouse continues, not delay time, just keep circle around.
Any ...
1
vote
1answer
54 views
How to change the value of the shape key in blender script?
I've defined a set of shape keys for a mesh. Is there a way to change the value (0..1) of a particular shape key and also insert a key frame for it through scripting?
Thanks in advance!
1
vote
1answer
214 views
How do you reverse css keyframe animation in webkit?
I have a control that I want to transition between two locations following a keyframe animation. Is there a way to use the same keyframe but in reverse? Also, is there a way to stop the animation, ...
1
vote
1answer
73 views
How to animate an element's “transform:rotate”?
The following CSS should theoretically work in the newest Chrome build... strangely enough, the opacity is animated properly but transform:rotate is ignored. Can this not be transitioned?
...
1
vote
1answer
283 views
FFmpeg static keyframe rate
I have a question about ffmpeg usage. Every time when I trying to convert video files into
some different format, output file getting static keyframe sequence.
What I mean is that keyframes appear at ...
1
vote
0answers
144 views
How to find keyframe in MPEG-2 stream, packed in MPEG-TS
I've written MPEG-TS demuxer. It unpacks transport stream to PES packets.
Now I want to drop all frames till I meet keyframe.
How can I do it? Should I find for Sequence block in each PES frame?
1
vote
3answers
259 views
Is there documentation on how flash manages named instances across key frames?
I'm looking for technical documentation on how Flash manages object instances with the same name across key frames.
So far, I've noticed that when the play head moves to another frame, if an object ...
1
vote
1answer
209 views
Approaches for animating a C# property over time?
I'm currently trying to animate a bunch of public properties on certain objects. Usually they are of type float or vectors of floats (the type is known at compile-time). I want to be able to:
assign ...
1
vote
0answers
69 views
How to organize data for an animation program
I'm trying to write an animation program, but I can not figure out a good way to seek to a frame and have the program "know" what objects are currently there and what are the nearest keyframes for ...
1
vote
2answers
304 views
More efficient keyframe animation in Flash CS4/5
I'm doing a lot of keyframe masking of vines/flowers for a project I'm working on, and it looks really good but is, of course, very time consuming.
I'm curious if there's any techniques/tools for ...
1
vote
2answers
327 views
flv player control time
I am using the flex flv player component and i want to be able to skip 5 seconds forward and backwards , at the moment from what i understand from the documents it is not acurate because the movie can ...
1
vote
1answer
550 views
How to animate “typing” text in SketchFlow?
In Microsoft's Expression Blend 3 SketchFlow application.
How would you go about animating the typing of text, ideally in staged character by character fashion. As if the user is typing it.
An ...
0
votes
0answers
13 views
Key Frame Extraction From Video
I need Need To extract Key Frames from Video/Stream.So is there any standard implementation.
I am using open CV.
(Currently i am extracting frames each second which is slower i need to improve ...
0
votes
1answer
11 views
How to refer to object from other keyframe
I want to get information of an object from a previous keyframe.
_root. works only for objects on the same keyframe as the code right?
0
votes
1answer
36 views
WPF Keyframe animation was working but isn't right now
I have a WPF Custom Control I defined in a WPF Control Library project called Flasher. Basically, its a rectangle whose Fill property flashes back and forth between two colors, like a blinking light ...
0
votes
1answer
106 views
Flash like Animation ONLY Library for C/C++ (no GUI)
I'm looking for an opensource C/C++ library for managing keyframe or time based animation.
I already have a graphic layer, so it doesn't need to do any drawing, I just want it to manage tweening or ...
0
votes
2answers
155 views
CSS Animation: Load second keyframe after first
I study CSS Animations and I have a question.
This is my example:
http://jsfiddle.net/MBJbB/
Note: Work only in WebKit browsers.
I have 2 keyframes. I set "first" to repeat 3 times.
After running ...
0
votes
0answers
210 views
WPF Expanding/Collapsing animation issue (using spline key frame) with height of container control
Here are two images that display my problem:
-------------------------------------------------------
As you can see in the second image, the sub items have been collapsed (with an animation), but ...
0
votes
1answer
123 views
How do I change a background position with css3 animation?
Lets say I have a div element, with a background in position: 0%; how would I change the position to e.g position: 100%; but with keyframes on hover
I can't seem to use keyframes properly, it never ...
0
votes
0answers
116 views
Increase the number of keyframes in a Red5 Flex video stream
I'm writing a Flex application that streams webcam video (flv) to a Red5 server.
The quality of the video is not optimal, the video is shaky.
What can I do to increase the quality?
Also, I would ...
0
votes
1answer
75 views
How to render 3DS keyframe animation
my english isn't perfect but I will try to describe my problem.
I try to render a simple animation (a block falling on the ground) from *.3ds file.
I read all information from 3ds file but the ...
0
votes
2answers
322 views
Forcing custom H.264 intra-frames (keyframes) at encode-time?
I have a video sequence that I'd like to skip to specific frames at playback-time (my player is implemented using AVPlayer in iOS, but that's incidental). Since these frames will fall at unpredictable ...
0
votes
4answers
286 views
Images that are H264 encoded should be encoded again? What are key frames
I have images which are H264 encoded. I have generated a video from these images. Do I need to encode this video again to H264?
And also what exactly are keyframes?
0
votes
1answer
427 views
Seeking key frames using IMediaSample DirectShow.Net
As far as I know, inorder to check if a frame is a key frame or not, I have to check the IMediaSample::IsSyncPoint() method, which returns 0 (S_OK) if the frame is a key frame, or false in the other ...
0
votes
1answer
544 views
Seeking keyframes using DirectShowNet
My task is : I create a graph, attach a SampleGrabber to it, and grab the keyframes using the IMediaSeeking interface after building the graph.
The following is what I have done :
In the Main method ...
0
votes
0answers
65 views
Storing Animation Data in XML
so I'm trying to store animations in a way that I can reuse them with other images. I want to store the position of each node in a keyframe and use interpolation in the animator to make it look nice ...
0
votes
1answer
74 views
using a While loop to control the value of a keyframe in a timeline in Javafx
i want to create an animation where the ball will move in one of the 4 sectors of a circle randomly.this will happen 5 times.so,i create a while loop(i<5) and call the random function.i then create ...
0
votes
1answer
73 views
How can I play a library item with four keyframes as a single animation?
I'm using AS3, and have one simple layer with 4 keyframes If I import it to another fla file as a library item, it keeps showing me all keyframes, I don't want that I want it to show me the whole ...
0
votes
1answer
481 views
Animation in Silverlight using a dynamic value
I want to translate an object on its Y-axis over time in Silverlight, but its height is not constant, so I'd like to be able to change the second line of the following from:
...
0
votes
2answers
400 views
Dynamically changing a keyframes time attribute in JavaFX
I am making a game in JavaFX and have implemented a slider for controlling the game speed. I have a simple slider (javafx.scene.control.Slider) and I'm binding the time attribute for the gameloop to ...
0
votes
1answer
723 views
Getting keyframe info from FLV
I'd like to see the amount, and if possible, the exact position of all keyframes within a .FLV movie file. Anyone know of a way to programmatically do this, or at least know a video player that can ...