-
After Effects keeps warning of a problem but expression still works
I have an if expression where x position reaches a certain point then it starts a rotate. I have the positions dimensions separated on the layer using position. Everything works but it still gives warning “error at line 0” and that the problem’s “object of type Layer found where Number, Array or Property is needed”
if
(thisComp.layer(“5”).transform.xPosition<1391.0)
-time*100