After Effects is one of the most powerful creative tools available, and one of the most overwhelming to learn. The interface is dense, the terminology is specific, and there are a thousand tutorials covering a thousand different things.
This guide is about what to learn first — in order — so you start producing real work as quickly as possible.
The Mental Model First
Before touching any tool, understand what After Effects actually is: a compositing and motion graphics application that works with layers on a timeline.
Everything in After Effects is a layer. Text is a layer. Images are layers. Shapes are layers. Video is a layer. You stack layers, transform them, animate their properties over time, and apply effects to change how they look.
If you have used Photoshop, the layer concept is familiar. The difference is that in After Effects, every property of every layer can change over time — and that change is what animation is.
What to Learn in Order
1. Compositions
A composition is a container — it has a size, a frame rate, and a duration. Everything you create happens inside a composition. Learn how to create one with the right settings for your output (1920×1080, 25fps or 30fps, the duration you need).
2. Keyframes
Keyframes are the core of animation. A keyframe records the value of a property at a specific point in time. Create two keyframes with different values, and After Effects interpolates between them. This is how everything moves.
Learn to set keyframes on Position, Scale, Rotation, and Opacity. These four properties cover the majority of basic animation work.
3. Easing
Default linear keyframes look mechanical. Easing makes motion feel natural by controlling how fast a property changes at the start and end of an animation. Select your keyframes and press F9 to apply Easy Ease — this is the single change that most improves beginner animation.
Go into the graph editor to understand how easing works and learn to customise it. This takes time but pays off on every project.
4. Effects
Effects are non-destructive filters applied to layers. Blur, colour correction, distortion, stylisation — After Effects has hundreds. The Effects & Presets panel lists them all. Learn the most common ones: Gaussian Blur, Levels, Curves, Drop Shadow, and Glow to start.
Using FX Console makes applying effects much faster than the standard panel.
5. Pre-composing
When a composition gets complex, pre-composing lets you group layers into a nested composition. Select the layers you want to group, right-click, and choose Pre-compose. This keeps the timeline organised and lets you apply effects to a group of layers as a single unit.
6. Expressions
Expressions are small pieces of JavaScript code that link properties together or create procedural animation. You do not need to know how to write them from scratch — learning to read and modify existing expressions is enough for most work.
The most useful expression to start with: wiggle(2, 20) applied to a position property. This creates random movement — useful for camera shake, jitter, and organic motion.
Common Beginner Mistakes
Not setting a frame rate before starting — pick 25fps (broadcast Europe) or 30fps (broadcast US/online) based on your output. Changing it later is messy.
Ignoring the graph editor — the graph editor shows the speed of animation over time. Learning it unlocks properly smooth motion.
Applying too many effects — beginners often stack effects until the result looks complex. Restraint produces better work. One well-applied blur beats five competing effects.
Not using pre-comps — a timeline with 200 individual layers is unmanageable. Pre-compose aggressively.
Next Steps
Once the basics are solid, the next area to invest time in is scripting. Even basic After Effects scripts save hours on repetitive tasks. The Dream Chaser Payhip store has scripts for glass effects, layer organisation, and text animation — good examples of what scripting can automate.