top of page

Automatic Hover Over Effect Expression

  • Admin
  • Jun 18, 2021
  • 1 min read

Updated: Aug 7, 2021



pointA = theComp.layer(“center”);
pointB = thisLayer.toComp(anchorPoint);
l = length(pointA, pointB);
s = linear(l, 0, 110, 100, 30);
[s, s]

 
 
 

Comments


bottom of page