Today i will use the 'SelectionOrder' expression to do this trail effect. Of course, you can do the similar effect with motion blur control or average effect, but sometimes i find the motion blur is a bit cumbersome, and the average effect is not in compositing itself.


Step 2 : Do you animation to fly the image title around in axis1.
Step 4 : In animation menu, select axis2, then in schematic, hold the 'control key', draw a box form left to right, start from axis2 to axis11 to select them.
Step 5 : in animation manual enter expression :
eval(axis1,frame-(SelectionOrder*axisC.position.x))


image_L1.transparency-(axisC.position.y*2)
Select image3 and enter expression : image_L1.transparency-(axisC.position.y*3)
and do the same for the remains axis.
(Note: because my image is named image_L1, so in my expression, it is image_L1. If you image name is image1, then just use image1.transparency instead)
Step 8 : Set axisC positionY to -14, and run the animation to see the fade effect. Try different fade value (positionY).
Now, you can change the animation anytime by changing axis1, and you can also animate the trail amount and fade in animation.


