If you need to make a slider bar : 1- draw a rectangle or import an footage for it and make the anchor pivot (point) in the first of it. 2- go to the SCALE of the layer and remove the Constrain from the W&H. 3- Alt+Click the time vary stop watch to show the expression field and replace the code with this code to make the slider scale over the comp time. ( Replace the (30) with your comp duration 😞 w=(time/30)*100; h=100; [w,h]; Note: Replace 30 with your comp duration. and if you need to have a number time code you can use the time code effect on a solid layer.
... View more