How To Animate Inserting Code Between Two Blocks
The insert
animation type will insert your code between two blocks at the line lineIndex
using a fade in transition.
{
"type": "insert",
"lines": "console.log(\"Hello World!\")\n",
"lineIndex": "3",
"start": "1",
"end": "2"
}