Skip to main content
Inspiring
April 16, 2025
Question

How to get the handles position or influence

  • April 16, 2025
  • 1 reply
  • 228 views

Hello, I wanted to get the ease values for certain keyframe in expressions to do some math with it.
But I tried to search, so I was wondering if there is a way that I can get the easing values with it in expression?
Thank you!

1 reply

ShiveringCactus
Community Expert
Community Expert
April 17, 2025

Sounds like you might be trying to do something clever with acceleration?  It might be easier (no pun intended) to use the velocity function.

transform.position.velocity

This gives you the velocity (change in position over time) of a layer., so you could use it to trigger something based on the layer's speed.  

Apologies if this isn't what you're after.  These websites are excellent resources for documenting expressions:

Inspiring
April 17, 2025

Thank you