Last active
June 29, 2020 17:19
-
-
Save animoplex/fcb19a8d501b0d78fc7dca70a4a1936c to your computer and use it in GitHub Desktop.
Speed & Velocity - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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