This is an "all or nothing" scenario. You cannot simply add a line to the preset's expression code and make it magically work. Instead you will have to create a custom expression from scratch using valueAtTime() and string operations. You would check for the commas, count the characters up to that instance of a comma, calculate the effectiver per-character typing duration and then based on that add the delay and remap the timing of the consecutive text. If you have more than one comma, you will have to run it in a loop and then you may need to work around limitations like string and array lengths and everything may be slow due to the constant processing of the retimed typing. point in case: If it's only a few simple lines of text, just animate it by hand with a few extra keyframes. Mylenium
... View more