Thanks! Exactly what I needed, it works really well.
The expressions raise another question though. If you wanted to use expressions only, would that be possible?
loopIn and loopOut let you specify the length through the numKeyframes value, but the base is either from the beginning (loopIn) or the end (loopOut) of the animation.
loopOut(type=”cycle”, numKeyframes=0)
loopIn(type=”cycle”, numKeyframes=0)
Is there an expression that lets you cut out something from the middle without having to manually adjust the keyframes?