Coloca esta expression en ya sea texto, sólido, imagen , video, aplicando un efecto , desemfoque rapido no olvides el nombre o dejalo asi . // Pick 2 layers point1=this_layer.position; point2=this_comp.layer("aqui un nombre").position; // Find the vector between them delta=sub(point1, point2); // Now find the length distance=length(delta); //Use linear() to remap distance to range of 40 to 0, for Blur linear(distance, 0, 80, 40, 0);