For Surrealist Collage Artists
Animation can breathe mesmerizing life into surrealist collage work. This tutorial explores the live link between Photoshop and After Effects—one of the most powerful workflows for collage animation. Learn to keep both applications open, work fluidly between them, and create subtle, refined movement that elevates your fine art practice.
Separate your Photoshop layers by depth (foreground, midground, background), then animate with subtle position shifts at different speeds. This creates a dreamy, dimensional quality without feeling "cartoony."
For collage elements that should feel alive—fabric, clouds, organic shapes—the Puppet Tool allows subtle warping that feels hand-crafted rather than mechanical.
Copy-paste ready expressions that create elegant, perpetual motion. Apply these to your PSD layers in After Effects for refined, subtle animation.
// Apply to Scale freq = 0.3; // speed amp = 5; // intensity value + Math.sin(time * freq * Math.PI * 2) * [amp, amp];
// Apply to Position freq = 0.2; amp = 15; [value[0] + Math.sin(time * freq) * amp, value[1] + Math.cos(time * freq * 0.7) * amp]
// Apply to Position freq = 0.15; amp = 20; seedRandom(index, true); wiggle(freq, amp, 3, 0.5);
Name your layers descriptively — AE will use these names:
"FG_Flower_Detail" "Mid_Figure_Left" "BG_Sky_Texture" "Overlay_Grain"
Group related elements using Photoshop layer groups — AE imports these as nested compositions, incredibly useful for complex collages.
+, -, *, /#, %, & (underscores and hyphens are fine)| Import Option | When to Use |
|---|---|
| Retain Layer Sizes | ✅ Best for collage — layers import at original bounds, easier to animate individually |
| Crop to Document Size | All layers same size as canvas — useful for consistent anchor points |
Once imported, AE creates a live link to your PSD:
| Element | Status |
|---|---|
| Layer visibility (on/off) | ✓ Updates |
| Layer content (pixels painted) | ✓ Updates |
| Layer opacity | ✓ Updates |
| New layers added | ✓ Appear at top of layer stack |
| Deleted layers | ✓ Updates |
| Layer order changes | ✗ Requires re-import |
| Renamed layers | ✗ AE loses the link |
In AE, select your comp layer and press Ctrl/Cmd + E — opens the PSD directly in Photoshop. Save, switch back to AE.
When you add layers in PS, they appear at the top of the layer stack in AE. You may need to drag them into position — existing layer animations remain intact.
Structure your PSD with animation in mind. Parent groups to nulls for coordinated movement:
[Top] Overlay_Effects (grain, texture)
FG_Elements (detailed, fast parallax)
Mid_Elements (main subjects)
BG_Elements (slow parallax, atmospheric)
[Bottom] Base_Texture
Then in AE, parent groups to nulls:
// Parent FG to a null, apply to Position for parallax // Null "FG_Controller" moves faster // Null "BG_Controller" moves slower
| Problem | Solution |
|---|---|
| Changes not appearing | Save PSD in Photoshop, then in AE: right-click footage → "Reload Footage" |
| Layer disappeared in AE | Check if you renamed it in PS — AE lost the link |
| New layer in wrong place | Drag to correct position in AE timeline |
| Performance slow | In AE: Edit > Preferences > Import — uncheck "Create Layers from Layer Styles" |
| Tool | Best For | Why It Works for Fine Art |
|---|---|---|
| After Effects | Full control, expressions | Industry standard, integrates with Photoshop |
| Cavalry | Procedural animation | Built for motion design with fine art sensibility |
| Procreate Dreams | Hand-drawn frame-by-frame | Organic, painterly movement |
| Cinema 4D Lite (in AE) | 3D depth in collages | Subtle camera moves through layered space |