Why is there no effect when a "CCMotionStreak" node run "CCMoveTo" or "CCFollow"?

According to the inheritance daigram, CCMotionStreak is inherited from CCNode. But when CCMotionStreak run “CCMoveTo” action, it can not generate dragging fade effect. why?

please refer to MotionStreakTest in testcpp.

please refer to MotionStreakTest in testcpp.
by Shujun Qiao
———————————————————
Yes. MotionStreakTest example run a schedule to continually change CCMotionStreak’s position, but is there any difference between “run a schedule to continually change CCMotionStreak’s position” and “Run a CCMoveTo Action”?