A brief history of the multiplane camera technique and how I both used and emulated the technique in the Zelda commercials I made.
Enjoy!

seen from Bangladesh

seen from United States
seen from Uzbekistan
seen from United States

seen from Switzerland
seen from China
seen from United States

seen from Venezuela
seen from United States
seen from United States

seen from United States
seen from United States
seen from China
seen from United States
seen from China

seen from United States
seen from China
seen from Switzerland

seen from Singapore

seen from Argentina
A brief history of the multiplane camera technique and how I both used and emulated the technique in the Zelda commercials I made.
Enjoy!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
do you suppose this scene was using obviously CG incidentals on purpose? Like, intentionally cramping the vibe - downplaying the bystanders' humanity - to put you in the main character's headspace? I ask because I don't have any prior memories of this anime leaning on the automated crowd trick. but it's possible that they were just more subtle about it before. or that i forgot
Animation notes: motion blur & smears
How much light enters your eye, or a camera, in an instant (zero time)? Absolutely none of course. So despite the apparent sense in which a camera captures a specific moment in time, in practice of course it actually sums the incoming light over a (very short) period of time.
Photographers know this of course: this period of averaging is the shutter speed, or exposure time: the very short period during which the light sensor/photographic film is exposed to light. If you increase the exposure, the image becomes brighter since more light can accumulate over time. For very dark scenes, you might even expose the image element for multiple seconds.
With a long exposure, the camera can potentially capture more detail in low light. But it comes with a blatant drawback: the longer the camera is exposed, the greater risk that something move about, which creates the phenomenon of motion blur. This is why night photography without a tripod tends to suck.
Of course, used deliberately, it can look cool as fuck. (This photo was taken by Flickr user E01, under a CC-BY-SA license).
You can compensate somewhat by adjusting the aperture, essentially slicing off light outside a certain radius at the front lens of a camera (I need to do a post on camera optics at some point, but thatās beyond the scope of this post!) but this has its own implications. A narrow aperture reduces the radius of spatial averaging for light thatās not in the focal plane of the lens system, which means in short that a greater range of distances from the camera will appear to be in focus. Conversely, a wide aperture can be used to create a depth of field effect where only a narrow slice of the image is in focus.
By balancing aperture and exposure time, you can take photos of the same scene in a variety of ways. (A pinhole camera has a narrow-as-possible aperture, meaning that the entire image is in perfect focus and no lens is required, but at the same time this requires enormous exposure times on the order of hours to get enough light into the camera.)
Video cameras, whose exposure is sharply limited by the framerate, also experience motion blur like any other camera. This can be desirable, if the intent is to create a confusing, disorienting effect, but itās usually unwelcome, so film sets are very brightly lit which allows the camera exposure time to be as low as possible.
Still, our eyes are quite good at picking up details from a moving scene, and indeed we rely on motion blur as a cue to when things are moving. If you freeze frame a live-action film in an action scene, it often looks like a blurry mess, but you can āreadā the shape of objects in motion because you get different glimpses at different times.
In the above still from Star Trek: Picard (of course the only live action show iāve got on this computer is sci-fi lol), the actor is rapidly rotating his head. Even though his face is right in the focal plane of the camera, it still looks blurry because of motion blur. However, if youāre watching the film at full speed, you wouldnāt think heās gone out of focus!
Our eyes are also carrying out this process of averaging, but itās not nearly so clear-cut between āthis is the exposure of one frameā and āthis is the exposure of the next frameā. Itās a rather more messy: when light falls on our optical nerves, it stimulates them to signal the brain, and this stimulation will have a certain falloff over time, and (I presume) at some point a cell will become āready to perceiveā once again. But this will be happening continuously to different cells, not in unified windows.
Not only that, but every time our eyes move, it will create serious motion blur, as the light from a particular direction stimulates different parts of the retina in turn - much like rapidly panning a camera. To compensate for this, our eyes make extremely rapid movements (called saccades) and then abruptly stop. During these saccades, our brains basically completely discard any visual data from the eye - an effect called saccadic masking. Thereās an interesting topic of research in transsaccadic memory: the way our brains take the constantly moving perspective our eyes and make it feel like a āstableā image. But I havenāt looked into it and itās not super relevant to animation beyond, hey, cool thing.
This effect in the eye is known as persistence of vision, but the actual perceptual science seems more complicated than simply āthe eye remembers what it saw for a certain periodā: thereās two distinct effects rather cryptically named after greek letters, phi and beta. A frustrated wikipedia author even goes as far as to break the encyclopedic tone to say (starting in this revision):
(Unfortunately, that seems to be about as clear a description as one will find in the scientific literature.)
So Iām not going to try and break it all down in physiological detail here. Suffice to say:
our visual system is constantly performing a time average over a brief, rolling convolution window, which means (for example) a fast enough flicker will be perceived as a constant light
to compensate for this, our brains have various mechanisms for interpolating a series of rapidly changing visual stimuli as representing an underlying, continuous motion
The trick in making animation āreadā is finding ways to activate these mechanisms.
In computer animation, which can smoothly interpolate in the space between frames, thereās usually a motion blur setting in your renderer, which performs time averaging - basically like a simulated camera shutter. A modern, path-tracing renderer is already averaging over a series of samples which bounce rays of light into the scene, so itās quite a conceptually simple tweak to start some of these rays at different times. Making it efficient is harder, since raytracing acceleration structures intrinsically assume the geometry is the same for every ray, but Iām sure people have found cunning ways around this.
(I donāt know what game this is from, some fps...)
Realtime rendering has less than a sixtieth of a second (assuming the typical 60fps standard) to perform lighting calculations, and so it does motion blur in a simpler way: it keeps the last frame in memory, and averages it with the most recent render output to produce the next frame. (This means that you have a kind of feedback loop effect, but assuming the weight of the previous frame is low enough, itās not going to be too big a problem and past frames will gradually fade out).
This effect is quite controversial, and we can see why if we think about the logic of motion blur. In film, at a typical framerate, each frame represents about 1/24 seconds of light input - enough to represent a fairly significant chunk of time as far as the eyeās averaging process is concerned. If thereās no motion blur in the film, it will look strangely sharp and subtly unrealistic, as if the CGI object (and only that object) is lit by a strobe light. This is why CGI animation for film adds motion blur: as far as your eye is concerned, the stimulus now looks believably like itās been averaged over 1/24 seconds, as the eye would if it was watching a moving object.
In a game, on the other hand, youāre (ideally) rendering at 60 frames per second, perhaps even more - each frame represents a very small chunk of time and we can expect that the eye is averaging over several frames by itself! So adding additional motion blur to the frames can potentially over-exaggerate the effect, and make details harder to see. Moreover, games - even the most graphically fancy, āphotorealisticā ones - have never looked like actual film, even with motion blur effects. (In first person games, thereās already a bizarre conflation of metaphors - does the gameās renderer represent the characterās eye, or a film camera? [it represents a game camera, is what it represents.])
Still, ultimately itās a matter of taste and it is good that most games that have it make it optional.
(As an interesting aside, when the Hobbit movies were released with high-framerate film, shot at 60fps, many viewers apparently it actually detracted - the higher framerate didnāt feel ārightā for the film, making it feel (ironically) more like a bunch of actors tramping about in costume and less like the fantasy world they wanted. So far as I can tell, that attempt to push a new format fell by the wayside, and film has since stuck firmly with 24 frames per second. Of course, the Hobbit moviesā problems run far far deeper than a dubious use of high-framerate film.)
What does motion blur look like?
Thatās how motion blur occurs - but what are its properties? To sum up...
Motion blur appears when there is significant motion in screen space (the image plane) over the cameraās exposure. (This means for example if a camera is tracking a moving subject, the background blurs rather than the subject.)
It is not an omnidirectional blur (like the Gaussian blur available in most image editors, or the soft focus of objects outside the focal plane) but follows the trail of motion in screen space.
A small, sharp image feature (such as a bright light) will turn into a line.
If the exposure does not start and stop abruptly, the bulk of light in a motion blur streak comes from the middle of the exposure, and it āfades outā at the start and end. Conversely if the shutter moves very quickly compared to the exposure time, the streaks will have a sharp start and end (like that bus picture above).
Traditional animation smears
Now letās actually talk about traditional animation, and smears.
Animation is a curious case, as far as the above concepts are concerned. Even the most film-styled, in-perspective, anatomically realistic animation (a Satoshi Kon film for example) does not look like film, it looks like a drawing. Itās simply impossibly time consuming to like, oil-paint every frame with realistic lighting (though Russian animators have managed to go quite far in that direction, such as The Old Man and the Sea (1999), and the results are pretty astonishing to watch). Thatās not what weāre here for, usually - we want the kind of stylisation that drawing gives!
In each frame of animation, what you have is a sharp drawing - typically with a line around the outline, in the majority of styles - representing, effectively, an extremely short exposure. The lines need to read as sharp to the eye, so thereās not much room for applying motion blur. Thatās fine, we donāt want to look like film. Occasionally, such as in that ryo-timo cut I wrote about before, a small amount of Gaussian blur will be applied to particularly fast-moving parts of the frame.
In 2D animation, we still have a technique for indicating something akin to motion blur. This is presently known as a smear, but Iāve also seen it called an elongated inbetween, and itās kind of ubiquitous.
The reasons arenāt exactly direct emulation of a film cameraās long exposure, most of the time. However, they began that way. In The Animatorās Survival Kit, Richard Williams writes a brief history of the technique:
In the 1930s, when animators started studying live action film frame by frame, they were startled by the amount of transparent blurs in the live images. In order to make their movements more convincing, they started using stretched inbetweens. Ken [Harris] used to call them ālong-headed inbetweensā.
[examples below]
In the late 1930s when tracing and painting the drawings on to cels was all done by hand, many painters became very adept at ādry brushingā the desired transparent live action blur effect. Animators indicated the blur on their pencil drawings, and the ādry brushersā would cleverly blend the colours together to simulate the transparency in the blur.
After the 1941 animatorsā strike and World War II, budgets shrank and so did the use of skilled backup painters. But a lot of animators just kept on indicating blurs and it became a cartoon convention to just trace this in heavy black lines - ignoring the fact that the dry brush artists were long gone.
Now itās become a cartoon clichĆ©. A cartoon of a cartoon.
(As an aside, I find the framing of that comment about the strike curious. Elsewhere in the book, Williams talks about having to fire someone - letās just say I donāt think heās a comrade exactly, as much as he provides an abundance of useful advice.)
On the next page, Williams advises against the overuse of speed lines in traditional animation:
In the early days, speed lines were a hangover from old newspaper strips:
[image of an arrow zipping towards a target]
Then, they were used in animation to help carry your eye. But theyāre still around now when we donāt really need them. You donāt even need to show the arrow entering. We have nothing and then itās just there - maybe with the tail vibrating.
However, I find the elongated or ālong-headedā inbetween is very useful - not just for a zippy cartoon effect, but also for use in realistic fast actions.
Again, weāre returning to the original purpose - emulating the transparency of broad, live action blur movements. Itās especially suitable with āsoft edgeā loose drawings - where the outlines arenāt sharp and enclosed like clouring book drawings.
Smears in anime
But a smear doesnāt exactly emulate the look of motion blur, since drawings are inherently sharp and not blurred. Yes, it would be possible to use modern digital tools to paint blurred frames a lot easier than in the 1930s, but instead weāve developed some other, more stylised methods.
A typical smear frame in modern animation involves painting the flat cel colour outside the lines in a jagged shape. Studio Trigger make particularly exceptional use of this technique to add a ton of impact to their action scenes. Hereās a very brief shot from Brand New Animal which functions as a pretty typical example. Itās a tracking shot, where these characters are riding motorbikes along the road (static within the frame), while the backgroundās curving past. The camera cuts slightly closer, and a girl shoots a crossbow towards the camera:
Here are the frames I want to focus on:
The trees, which were already jagged in the previous shot (where a series of identical trees scrolled past, doing a little stylish wiggle), become even more so in the closeup; the crossbow bolt appears onscreen for just five frames (the first two frames, the drawing is held but the camera pans slightly), and its silhouette and shadow are rough and messy. In the third drawing, itās more like an afterimage - literally just a smear of lines. The result is that itās onscreen just long enough for our eye to register that its there, and its disappearance doesnāt feel too abrupt; yet each frame still looks like a drawing, with no blatantly-digital motion blur.
If you want to see more of this sort of thing, the smears tag on sakugabooru has a ton of fantastic examples in all sorts of styles.
Smears for impact
So if not simply emulating motion blur, what is the purpose of a smear? Thereās a few reasons. One is the fundamental animation principle of contrast, and squash and stretch. A few pages before, Williams gives an example (credited to Ken Harris, whoās known for animating Wile E. Coyote and other Warner Bros. characters) of how we can increase a feeling of impact with changes of shape within a moving mass, in this case by stretching out its shape before the impact:
āWe wonāt see itā says Williams, and this seems to be key for smears in general: they have to be fast. The effect is subconscious. If every frame is smeared out, it instead looks like your character is a funny shape.
So letās pop open Krita and try the Ken Harris wall splat technique ourselves. Hereās the first version, with a space in between the character getting near the cliff and getting flattened. (Drawn in my style rather than Williamsās, I know these drawings are a little inelegant lol)
This looks weird - it may technically be the output of a camera with a short enough exposure time, but thereās a noticeable gap in screen space between the character getting near the wall and actually flattening against it. For fast action like this, itās very important that we have overlap to carry the eye across the screen.
Hereās the second version, with an extra frame of the creature just touching the cliff:
This is better (thereās no gap) but it feels quite stiff and robotic.
And hereās the version with a stretched out inbetween - one kind of smear frame:
zzzziiiip! itās subtle but I think Williams is right, doing this trick does add a lot to the impact and the overall feel of the animation. (And with coloured-in forms rather than lines, it might do even more).
What does this example tell us about doing a smear? In this case, weāre not exactly emulating motion blur. If we wanted to stretch out the fox to emulate motion blur, weād do it on every frame the fox is moving. Instead, this is connecting the smear to the broader animation principles - in terms of Disneyās 12 principles, it applies squash and stretch and anticipation, but also maximising contrast of forms, similarly to how we might briefly ābreakā a swinging arm to make the animation feel snappier.
Smears to create overlap
Suppose an art-tutorial-standard maquette is swinging a hammer. (Williams actually has an example very much like this later in the book, but I only realised late in drawing this, and weāve got a slightly different perspective.) We draw our key poses:
The end of the hammer is making a big movement. We slowly build up to it, having the character draw back their arm in anticipation... but we want the actual hammer blow to go down really fast, letās say maybe two or three inbetweens. So we draw our key poses like a good little animation bitch:
That hammer has got to cover a lot of ground in a very short space of time. Too many inbetweens and it wonāt feel forceful. But somehow we have to lead the eye from the āupā position to the ādownā position. Perfect case for a smear (and, in camera terms, youād see a ton of motion blur here. (Thereās a lot to do in the anticipation section as well, of course, to keep the animation feeling weighty)
I went ahead and animated the rest of the frames between these three poses. The hammer goes from the fully āupā position (second key pose) to the fully ādownā position (third key pose) in just 4 frames. Although this is messy (I would want to do a cleanup pass and redraw a lot of the stuff on the torso which is currently jiggling around like mad), it reads pretty well already:
If I was to spend more time on this, Iād also want to slow down the end of the hammer-raise part of the animation so it feels more like sheās struggling to raise that heavy hammer, and we have a bit longer to anticipate the big whack. But this is just an animatic, and it will suffice for our purposes.
Although it feels like a nice strong whack, itās hard for the eye to perceive the arc of the hammer blow. We can try to improve matters a little by colouring in the drawings:
This helps reveal some flaws in the silhouette (her right shoulder is absolute chaos) but also helps the overall motion to read. However, the actual hammer swing is clearly missing something - we clearly see the afterimages of three successive images rather than a continuous motion!
Thereās a reason I coloured it, and thatās because the smear style I want to use basically involves colouring outside the lines. If we just pop some like, roughly drawn triangularish stuff trailing in an arc behind the hammer, like this:
And bam, suddenly the motion is a lot clearer:
We have the exact same lineart, but the motion feels smoother! The eye doesnāt really perceive all the details of the smears, just a vague sense of the texture of the rough lines we drew, which is not the same as a cameraās motion blur but still feels like a āsmeared outā version of the image, which is what we want.
If we felt like it, we could potentially add more smears to the character as well as the head of the hammer (though Iād want to considerably clean up the linework before I considered doing that). That is the approach I took in this animation, adding smears to basically every frame. The result feels, well, kinda messy, since there are few moments where you get to definitely perceive the shape of the character.
Different types of smear
So thatās what smears are and why theyāre cool. To wrap up, letās look at different ways of drawing them.
Weāve seen one way: what Iād call colouring messily outside the lines. Or you can draw messy lines to go with that, for a pretty similar effect, like the Studio Trigger example above.
One advantage of this method is that it feels really energetic. Things are happening that are so exciting that stuff can barely keep its shape anymore! But it still feels stylised, still feels like animation - itās not trying to be a film camera. This is a great method if youāre animating digitally, when itās very easy to draw whatever shapes you want with a sharp brush. I imagine itās harder to do if youāre actually painting onto celluloid, but well, nobody does that anymore!
You have the option of making the lines messy as well, or keeping the lines neat to give the eye something to fix on, but making the colours messy so the forms are smeared out. Hereās what drawing the smears as lines first looks like on our hammer swing:
I actually think this looks worse though that may be because i made bad choices of what shapes to draw as lines lmao.
If you want things to remain clean and elegant, itās obviously not such a great method. So letās consider another approach, which I might call sub-frames. Essentially what you do here is draw multiple overlapping drawings on the same frame, like youāve taken images at a much higher framerate and layered them over each other. You can see some examples in the Williams book excerpt above.
For our hammer example, this approach might look like this:
This feels all right? Could maybe do with a little cleanup?
I think the advantage of this style is that it keeps the forms of the character clear and it helps track how they move through space. It can also be entirely drawn at the lineart stage, rather than requiring the colourist to figure it out, which is suited to a studio setup where the line artists are primarily in charge of shaping an animation.
This is a style used in certain western cartoons, apparently beginning with the Dover Boys short at Warner Bros if this flashy but light on detail javascript article is to be believed. Hereās one of their examples, from Spongebob Squarepants, where Patrick the starfish dashes out over the course of just one frame:
We can notice another trick here: although the frames near the front of the motion are fully drawn, the ones towards the back shrink down into more limited forms.
The other approach to smears common in Western animation is to stretch out forms to create a kind of āmotion tubeā (if you will).
What weāre doing here is not an exact analogue to motion blur, but it reflects certain of its properties. For example, if we stretch out a circle, we get an ellipse. If we layered a bunch of translucent circles over each other in close proximity, weād get a kind of extended blob thatās darker in the middle:
So in terms of density in spacetime (if you will), we can think of an ellipse as a sort of approximation to a circle moving through space. But thatās not really the logic behind it. Instead, this is a purely intuitive effect, that attempts to convey both form (including detail) and motion at the same time, and creating contrast within a form (like the fox above) when the object comes to a halt. In short, it doesnāt really imitate a camera, itās purely an animation effect.
The above article gives an example from a DC superhero show where Superman dashes into shot over the course of one frame. This is conveyed by essentially drawing him really wide, like the stretched-out fox we drew earlier:
In camera terms, this āwide supermanā is reminiscent of a rolling shutter, as if an imaging line was moving across the page from right to left just slightly faster than Superman was sliding into shot. (Most rolling shutter pictures are vertical, but this is what it reminds me of). In any case, what theyāve done is imagined Superman is stretched out along the line of motion. Like the Studio Trigger example, though not to the same extent theyāve also made the edges of the shadows and lines a little rough here. This smear lasts only one frame, so it works on an entirely subconscious level.
If we were to apply this technique to our hammer, we essentially turn it into a little tube. We can also stretch out our little person - and I find the concept of āstretching outā helps with figuring out what to draw.
This also feels pretty good to me! It feels a lot ācleanerā in drawing terms, even though the drawings actually go more off-model here.
The final approach is what the old Disney guys used to do, which is actual motion blur. Essentially taking the tube/subframes approach but blurring them out a bit. I want to get this posted so Iāll add this as an example later, since itās definitely the most time-consuming approach. (We could probably try endless variations, but if I really wanted to improve this animation Iād think about cleaning up the figure drawings rather than trying yet more varieties of smear.)
The really wild end
So weāve seen a smear is a brief, distorted image which serves to add impact to a motion by extending (in whatever style the animator sees fit) forms along the line of motion. There are various different ways to do this in drawing that weāve seen.
But some animators take this to an even further extreme. The ābig nameā sakuga animators use this technique a lot.
Here for example is a still from the Animatrix short Kidās Story, animated by Shinya Ohira. You can see the full cut (without sound) here - itās absolutely incredible to see in motion.
This has a lot of what we discussed: stretched out, distorted forms, colouring outside the lines, multiple subframes in one frame (albeit only as outlines in the case of the hand on the left). Ohiraās style is full of this kind of distorted forms, extreme perspective, people wobblying about, but still feeling flowing and weighty. Recommend checking out this segment of 2013 Anime Central presentation on sakuga which covers some of his work.
Another one with a unique style of distortion which stood out in that presentation is Yoshimichi Kameda, who debuted in FMA: Brotherhood and is now known for his work on Mob Psycho 100. He notably uses a sumi-e brush pen in his linework to kind of roughen up brief closeups, like this (source):
This is only a few frames long, and itās not even simulation of motion blur here (the cut additionally uses realistic motion blur on the background, and smear frames on swords wipes) but the brief distortion of the lines adds to the intense feeling of the animation.
The one I really wanted to track down though is Hiroyuki Imaishi; hereās the sakuga panel on him.
Specifically, check this inbetween out from RE: Cutie Honey (Gainax):
As the presenter says, ābetween poses she kind of turns into a wiggly noodleā. Itās actually long enough to register to the eye and contains a few frames, but itās an absolutely ingenious effect, like, how did you even think of that? This is well away from simulating motion blur, and itās down to a kind of intuitive effect: between these two poses sheās tumbling chaotically, we could make her somersault in perspective... or we could make her into a noodle, for just long enough to register.
I could continue listing sakuga animators for a while here; Takeshi Koike tends to linger a bit longer on some amazing distorted shorts, in particular that one shot used a couple of points in Redline animated by Takafumi Hori, where everything distorts and bends as the car gets a speed boost.
Masaaki Yuasa deserves a mention here too, but weāre getting off the main point... smears!
Final conclusions on smears
theyāre a good idea!
the ābasicā smear follows the direction of the motion, like in motion blur. you have a few different options for how to draw this
keep āem brief. you should snap back to an āaccurateā drawing before long so the eye keeps track of what things actually looks like. but...
donāt be afraid to make them really fucking wild
the main goal of a smear is to connect up fast-moving forms to make them easier to read as continuous motion, and to add contrast within a form, particularly when transitioning from fast to slow motion.
a messy smear helps to sell a chaotic, rapidly changing scene. just donāt go overboard with it, the major motion still needs to read
watch sakuga, itās fun
What are some good techniques/practice animations one can do to get better?
I recently joined āAnimated-buzzā. Itās a website where artists can help each other by critiquing artwork, animation and answering questions. Daniel Marinca recently asked a really great question. Namely: āWhat are some good techniques/practice animations one can do to get better? (Besides practicing squash and stretch?ā) I took some time to answer the question and thought I would post the answer on my tumblr as well. Please note that all of us, professional and student alike are always striving to improve. I am therefore by no means saying that my answer is perfect. Iām simply hoping to give back to the community. A huge credit to where I am goes to the incredible mentors I had and the amazing people I worked with, that shared their knowledge and experience with me. I would love to give back to this wonderful medium in any way I can :)
Practicing animation.
This is always a hard question to answer, because it's such an open question. Each artist/animator is in a different part in their journey. One thing I would say is; try not to take on too much at once. I know it's really tempting to want to do a 10 second dialogue scene that has both physicality and acting, lipsync, and possibly multiple characters. Don't rush, you'll definitely get to animate those kind of scenes, but when starting out it's really great to do small exercises and learn from them. This way you can focus on one little thing and learn it well, then apply what you've learned to a bigger exercise later. Also it's always great to think about what it is that you're trying to learn from each particular exercise that you're doing. I don't know if it can help, but I'll write down a bunch of different ideas for exercises you could do. See which ones you are drawn towards, but don't feel pressured to have to do any of them. I'm just trying to generate some ideas for you :). I always tend to write a lot because I love animation so much, so be prepared for a long message lol 1) I know everyone hates the bouncing ball, but it's actually a great exercise. It teaches you spacing (as well as timing). How do you slow an object down and how do you speed it up believably? Learning this can be applied to how the hips of a character move, as well as many other things. If you have done the bouncing ball already, try to make your ball feel like a rabbit jumping. Then try to make it feel like a frog. What is the difference in spacing or timing. Does one need more hangtime, or is the difference in the take off? 2) a simple character jumping. iAnimates has a really nice simple character called "tots". It's pretty much a ball attached to a spiral/slinky, with a plank of wood attached to the bottom. If you can get a hold of a simple character like this and then making them jump, teaches you things like "overlap" and how different objects that are attached still move like they act as one character. It also teaches you about weight and follow through. I don't know if similar characters can be found on other websites for free. 3) an eye blink A blink can be pretty involved when you really shape the contact between the lower and upper lid. There are some pretty cool videos online analyzing blinks. These are two that I found on youtube. https://www.youtube.com/watch?v=RtYccevwDNY https://www.youtube.com/watch?v=73jRo4fwU3I&t=161s You could even expand on this exercise and animate a double blink, or a sleepy blink. Always ask yourself, what's the difference between the one I just animated and this new blink. How has the spacing and timing changed. 4) A foot lifting off from the floor in a walk. Things to think about when you do this exercise Ā - when the heel has lifted off and is about to touch the floor, how does the foot roll down? (As animators we should never generalize, but most often the outside of the foot touches the floor first) Ā - What kind of rotation does the food have when it's lifting up. Is the big toe the last thing that touches the floor? Ā - how do you not make the foot feel broken. What kind of angles should you avoid. 5) Make the character go from a standing position, to bending their knees, and then getting up again. (you could just animate one leg) (just focus on the character from the hip down, don't worry about the upper body for this exercise.) Ā - What is the angle between the foot and the upper leg. For parts of this movement they're going to be parallel. (this is similar to what happens in an animal leg) Ā - how does the knee move? Does it simply move up and down, or does it veer away from the body and then comes back in? Ā - how does the hip move? Does it drop first, does it get pushed up by this movement? 6) Lifting an arm, possibly elbow first, then stretching out and then bring it back down. (either controlled or loosely with weight) - when does the actual shoulder kick in when you lift your arm. - how do you make it feel like the arm is not driven by the hand (which sometimes can happen when we use IK) - how do you make the arm feel like it has weight. - what kind of an arch does the hand have in this movement. - what kind of an arch does the shoulder and the elbo have. - how is the hand rotating and dragging 7) a head looking around. - how is the head movement related to what they eyes are doing. Or if you want to ignore facial animation just see how a head moves around. If it turns to the side, does it start with Rotate Y, or is there some Rotate Z and X that happens first. - how do you make it come to a stop without it feeling stiff. 8) a walk cycle - Ā (You can do a walk cycle as a treadmill or walking forward. ) Start with a generic walk cycle that doesn't have too much personality. Ā - Analyze how the hips move. How many frames are near the top and how many frames near the bottom. What is the spacing like when you go up or go down, is it the same? What is the spacing as it moves side to side Ā - What is the tilt of the hips when you lift of your leg off the floor? (normally the side of the hip that has the leg lifting up will drop, but this depends how high the leg lifts). Ā - What kind of rotation is going on in the hip? Ā - How do you give your character weight. Is it because of the spacing in the hips? Ā - How does the foot take off? How does it land? Ā - How does the foot travel as it passes the standing leg? Does it come closer to the standing leg, or does it move further away? Ā - what is the relationship in the chest rotation to the hip rotation. How do they move up and down to create a fleshy overlapping motion Ā - How do you create overlap in the head Ā - How do the arms move in a walk. Is the shoulder leading the action? What is the elbow doing in relationship to the wrist. 9) Make a character start to move from a still position This is such a great exercise. I know it sounds simple, but there are so many small things involved. To be able to pick up the one leg, your body needs to shift. What happens to the rotation of the hip when you do that. Your body needs to lean forward to get you moving. Does that movement start from the chest, or from the hips? To move forward, is there a tiny movement back to "anticipate" that movement? 10) Make a character come to a stop from a walk. You have similar complicated things happening when you stop moving. How do you create a fleshy overlapping feeling when a character comes to a stop. What art the hips moving. Are they going up and down, left to right. Are you leaning forward or leaning back? For both this exercise and exercise 9, it's great to film reference of yourself from the side. Then if you have the software analyze the video by drawing a single straight line from your pelvis all the way through to your chest. Treat the trunk of your body as one shape and then see how your body is leaning forward or backward to start to move or to stop moving. 11) lipsync How do you create appealing lipsync, that doesn't have too many mouth shapes but still reads as what the character is saying? What kind of archs does the corner of the mouth travel in? Where is the biggest up and down in the jaw? (one great way to test this is to put your hand under your jaw as you speak. It makes you more aware of what your jaw is actually doing as your speaking). There was also some test animation done for Paranorman, to figure out what mouth shapes various characters would have. I believe the file is downloadable. If you can, try to export the sound file separately and then import the video and audio into a program like flash, after effects or even Maya. This will allow you to scrub the animation with the audio. It's a great way of analyzing what choices the animator made to archive at the final result https://vimeo.com/48783829 Another really great video to watch is "Animation Mentors" Spacing and Timing webinar. I love watching this video at least once a year, because it has so much great information. You can find it on their website here. http://www.animationmentor.com/resources/webinars/timing-and-spacing/ Lastly, another very important thing to consider is to study āactingā or better said ālifeā; as animation is about conveying a true performance. (if you're interested we can go into this more in detail in another answer) I hope this was not overwhelming to read but hopefully it gave you some exercises that you might like to try, or if not that; then some insights into what questions you can ask yourself when doing exercises. If any of you have any questions about something I wrote don't hesitate to send me a message. I'd love to help in any way I can :).

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
ANIMATION TEST - Rotoscoping technique
Is there something like Every Frame A Painting for animation? Like a YouTube channel that covers animation techniques in an approachable manner?