Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active June 29, 2020 17:19
Show Gist options
  • Save animoplex/fcb19a8d501b0d78fc7dca70a4a1936c to your computer and use it in GitHub Desktop.
Save animoplex/fcb19a8d501b0d78fc7dca70a4a1936c to your computer and use it in GitHub Desktop.
Speed & Velocity - After Effects Expression by Animoplex
// Speed & Velocity - Created by Animoplex: www.animoplex.com
// A couple of examples of speed and velocity formatting.
// Full Tutorial: https://www.youtube.com/watch?v=47OWQmcez9M
// Speed
transform.position.speed
// Velocity
transform.position.velocity
// Velocity At Time Example
transform.scale.velocityAtTime(10)
// Speed At Time Example
transform.scale.speedAtTime(time - 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment