Converts spaces in text to line breaks, effectively creating new rows.
Contributed by:
text.sourceText.replace(/ /gi,”\r”)
Great for automating multi-line text layouts in templates or data-driven projects.
Ideal for looping animations, slow zoom effects, or background scaling.
Ideal for MOGRTs, templates, and automated scenes where designers want full UI control over fade animations.
Auto-resize text containers for lower-thirds, dual-line titles, or caption panels.
Used for creating on-screen timecode displays that match frame rates accurately.
Ideal for UI animations, statistics, financial data, and countdowns where a number needs to animate smoothly without manual keyframing.
Ideal for ensuring two text layers remain perfectly centered within the composition - especially useful for headlines and dynamic text setups where content length may vary.