Thank you for the report. Here is a quick-fix to that behaviour (a more proper fix will be included in the next version). Please open up “AnimatorTrack_2017.cs” file and add the following line of code at the very start of the “PostUpdateMasterTrack” function at line #117
if ( time >= endTime ) return;
[attachment file=”QuickFix.png”]
If you wish, I can also send you the whole file to an email.