-
keeping cursor of type-on text in constant position on screen
Hi there – a client has asked me to produce a simple animation of a long piece of code typing itself on screen character by character – with the cursor of the typing maintaining roughly the same position throughout (like typing on a piece of software where the text shifts up as you type each line)
I had figured I would do this by animating the type-on and keying the position of the text box so the text is constantly scrolling upwards as the characters appear – however unfortunately due to the formatting of the code, with large gaps and indents, the characters are not typing at a constant rate – so it doesn’t sync up with the animated position of the text box.
This method syncs up perfectly if I set the animation to type on line by line rather than character by character – but that’s not my brief. Is there possibly a way of the characters outputting at a uniform rate – or some how connecting the text box position or a camera to the write-on animation data? I have to create over a minute of this animation and so a clean, automated way of doing it is the only option I think.
Many thanks!