Uploaded May 2026 | Updated September 2026, 4 days ago
In this After Effects tutorial, I'm diving into the legendary slitscan effect. While Doug Trumbull used a massive mechnical righ and long-exposure photography to create the "Ultimate Trip", I'll show you how to build the same look much more easily using *Essential Graphics*, the *Offset effect* and *3D layers*.
In this video, you'll learn:
- How to use the Offset effect with a simple expression for continuous motion.
- How to use Essential Graphics to control the speed and images
- 3D layers to create two infinite plains.
*▶️ Watch my VFX History episode here for the full story on Doug Trumbull and the evolution of Slitscan:*
youtu.be/Lhbhl9KVF6U
------------------------------------------------------------
*⬇️ Download the project:*
- Ko-Fi: ko-fi.com/s/1360c4c1ce
*🎁 Bonus: Free step-by-step PDF:*
- Ko-Fi: ko-fi.com/s/49d6a65b31
*Expression used:*
X = effect("Speed")("Slider")*time+effect("Nudge")("Slider");
Y = value[1];
[X,Y]
*📌 Links:*
Unrolled artwork: seriss.com/people/erco/2001
@creationeffects AfterGlow: creationeffects.com/free/free-preset-afterglow
------------------------------------------------------------
*🔖Chapters*
0:00 The Ultimate trip
1:02 Getting the artwork
3:28 3D Layers
4:32 Finishing touches
------------------------------------------------------------
The Evening of Departure by Twin Musicom is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/by/4.0
Artist: twinmusicom.org
------------------------------------------------------------
I'm an Adobe Community Expert - which means you can find me on the Adobe forums if you need any help. community.adobe.com/t5/after-effects/ct-p/ct-after-effects?page=1&sort=latest_replies&lang=all&tabid=all
#AfterEffects #VFX #2001ASpaceOdyssey #Slitscan #MotionGraphics #DougTrumbull #Filmmaking
#AdobeCommunityExperts
In this After Effects tutorial, I'm diving into the legendary slitscan effect. While Doug Trumbull used a massive mechnical righ and long-exposure photography to create the "Ultimate Trip", I'll show you how to build the same look much more easily using *Essential Graphics*, the *Offset effect* and *3D layers*.
In this video, you'll learn:
- How to use the Offset effect with a simple expression for continuous motion.
- How to use Essential Graphics to control the speed and images
- 3D layers to create two infinite plains.
*▶️ Watch my VFX History episode here for the full story on Doug Trumbull and the evolution of Slitscan:*
youtu.be/Lhbhl9KVF6U
------------------------------------------------------------
*⬇️ Download the project:*
- Ko-Fi: ko-fi.com/s/1360c4c1ce
*🎁 Bonus: Free step-by-step PDF:*
- Ko-Fi: ko-fi.com/s/49d6a65b31
*Expression used:*
X = effect("Speed")("Slider")*time+effect("Nudge")("Slider");
Y = value[1];
[X,Y]
*📌 Links:*
Unrolled artwork: seriss.com/people/erco/2001
@creationeffects AfterGlow: creationeffects.com/free/free-preset-afterglow
------------------------------------------------------------
*🔖Chapters*
0:00 The Ultimate trip
1:02 Getting the artwork
3:28 3D Layers
4:32 Finishing touches
------------------------------------------------------------
The Evening of Departure by Twin Musicom is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/by/4.0
Artist: twinmusicom.org
------------------------------------------------------------
I'm an Adobe Community Expert - which means you can find me on the Adobe forums if you need any help. community.adobe.com/t5/after-effects/ct-p/ct-after-effects?page=1&sort=latest_replies&lang=all&tabid=all
#AfterEffects #VFX #2001ASpaceOdyssey #Slitscan #MotionGraphics #DougTrumbull #Filmmaking
#AdobeCommunityExperts





![How to get Uniform Scale Wiggle in After Effects
An Expressions tutorial.
The wiggle expression is a great way to introduce randomness to your image, solid or shape in After Effects, but when applied to scale it wobbles both dimensions separately. What happens if you want to wiggle them both together?
Dont worry, its a simple solution and just requires a little bit of understanding about how the Wiggle Expression works.
#AfterEffects #expressions #tutorial @AdobeVideo
*Get ShiveringCactus VFX as phone cases, T-shirts, mugs: https://www.redbubble.com/people/ShiveringCactus/shop*
*Or buy me a coffee: https://ko-fi.com/shiveringcactus*
Big thanks to Brie from @creativecow for suggesting this tutorial!
*Tutorial - Keyframing a wiggle:*
https://youtu.be/SqVZcGEZVp4
*Expressions:*
Regular wiggle:
wiggle(5,50)
Uniform scale wiggle:
var w = wiggle(5,50);
[w[0],w[0]]
Im an Adobe Community Expert - which means you can find me on the Adobe forums if you need any help. https://community.adobe.com/t5/after-effects/ct-p/ct-after-effects?page=1&sort=latest_replies&lang=all&tabid=all
#AdobeCommunityExperts How to get Uniform Scale Wiggle in After Effects](https://i.ytimg.com/vi/ZtOyBaw3Jy8/mqdefault.jpg)


![Recreating the Genesis Effect from Star Trek II: the Wrath of Khan
An Adobe After Effects tutorial
KHAAAAAAAAAN!
In this video, I look at how to recreate the iconic Genesis Effect as simulated by some of the very first CGI in movies. Star Trek II : The Wrath of Khan (1982) used a Cray supercomputer to render the minute long sequence. The shot was reused in both Star Trek III : The Search for Spock and Star Trek IV : The Voyage Home, so you know it must have been good. In the sequence, a torpedo is fired into dead moon, which is quickly covered in fiery particles. Then the surface glow fades to see greenery and water appear on the surface before pulling back to reveal an M-class world with clouds.
It’s an awesome sequence and the hardest part turned out to be the camera move, which I had to give up on, still I think I capture the feeling of it. The tutorial only uses the included effects and one plug-in, the free Orb effect from @VideoCopilot. It’s a long tutorial and I have focussed more on the techniques involved rather than trying to match everything exactly.
#aftereffects #tutorial #statrek
Project download: https://www.dropbox.com/s/zat5aghc24wrlxx/Genesis.zip?dl=1
Links mentioned:
Video Copilot Orb: https://www.videocopilot.net/orb/
Mercury: https://solarsystem.nasa.gov/resources/531/enhanced-color-mercury-map/
Normal Map online: http://cpetry.github.io/NormalMap-Online/
Expressions:
Position X:
x=thisComp.layer(Planet NULL).transform.position[0]-thisComp.width/2;
x/thisComp.width;
Position Y:
y=thisComp.layer(Planet NULL).transform.position[1]-thisComp.height/2;
y/thisComp.width;
Position Z:
z=thisComp.layer(Planet NULL).transform.position[2];
z/thisComp.width;
Chapters
0:00 What were making
1:01 Explainer
2:05 Creating a planet
3:54 Pointing the sun
4:34 Trying to be clever
6:54 Easy fire
10:29 Genesis Particle Wave
16:55 Life from lifelessness
20:01 Andrew Kramers atmosphere recipe
Get ShiveringCactus VFX as phone cases, T-shirts, mugs:
https://shiveringcactus.redbubble.com/
Or buy me a coffee: https://ko-fi.com/shiveringcactus
Im an Adobe Community Expert - which means you can find me on the Adobe forums if you need any help. https://community.adobe.com/t5/after-effects/ct-p/ct-after-effects?page=1&sort=latest_replies&lang=all&tabid=all
#AdobeCommunityExperts Recreating the Genesis Effect from Star Trek II: the Wrath of Khan](https://i.ytimg.com/vi/aDPpRVIPknM/mqdefault.jpg)

