Blending Animator with PlayableDirector ?

i have character in idle animation clip. in a trigger, start a created sequences by TimeLine. (character walks and pickup somethings). but there is a problem, it have a jump in animation when start timeline. so i need to blend my idle animation clip in animator with the first clip animation of my time line (walk) when it plays.

thanks for help.

You can use the ease in value on the first clip of your animation track. That will make the animation blend from the idle (or whatever was playing previously).

Thanks it works.