hello vonnie
cherry valley forever
Misplaced Lens Cap

No title available
i don't do bad sauce passes
Show & Tell

Love Begins

Product Placement

izzy's playlists!
wallacepolsom
Acquired Stardust

blake kathryn
almost home

Andulka

tannertan36
KIROKAZE

pixel skylines
ojovivo

Discoholic 🪩

if i look back, i am lost

seen from Singapore

seen from Malaysia
seen from United States
seen from Mexico
seen from Mexico
seen from United Kingdom

seen from United States
seen from United States

seen from United States
seen from United States

seen from United States
seen from United States

seen from United States
seen from Iceland
seen from Singapore
seen from United States

seen from Singapore
seen from United States
seen from Malaysia

seen from Türkiye
@bunket
In this tutorial, I will explain how to use Newton to simulate liquid that interacts with the container it's being poured in to. I will also mention how something similar can be done using Particular in a 3d environment. | Difficulty: Intermediate; Length: Short; Tags: Motion Graphics, After Effects
Kinetic typography, literally meaning moving text, is a motion graphics technique that manipulates the text and displays it dynamically on the screen in such a
AE Expression Delay from Parent
delay = .1;
parent.fromWorld(toWorld(anchorPoint,time-delay))
Pickflow. Save and share products you like or want to buy later.
http://vfxhaiku.com/2009/10/how-to-create-light-wrap-and-edge-blur/ Light is scattering | Wrapping around your objects | Making them real In this tutorial, w...
Dove Real Beauty Sketches
This is great.
Refresh rates are one of my biggest pet peeves. This is a decent article that explains what they are.
Autofade
amp = .1; freq = 2.0; decay = 2.0;
n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; }}
if (n == 0){ t = 0; }else{ t = time - key(n).time; }
if (n > 0){ v = velocityAtTime(key(n).time - thisComp.frameDuration/10); value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{value}
Free Trapcode presets made by users.
a typography tool, type in the word you want to see and instantly view it set in the typefaces on your computer
The Secret Handshake is an online resource for student designers and young creatives (18-25) looking for insider insight, honest answers and solid solutions to help you go pro.
Dunked makes creating your online & mobile portfolio website super simple. Showcase your design, illustration, photography and other creative work on any device.
A nice, clean and free website that provides easy templates to keep your portfolio online.
Upload your design and get live, annotated feedback super-fast. It's stripped down to its coreâ no bullshit.
This website allows you to upload an image & tag areas with comments. It provides a simple URL that you can forward on to a client. They can then reply back to your comments.
Pretty Nifty.
Create striking 3D images, scenes and worlds by simply typing text descriptions while still having all the power of a conventional 3D development program at your fingertips.
Intertial Bounce
amp = .1; freq = 2.0; decay = 2.0;
n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; }}
if (n == 0){ t = 0; }else{ t = time - key(n).time; }