Core APIflowLoop本页总览Loop A loop that repeats an animation sequence. Examples import {loop} from '@wangyaoshen/locus';yield * loop(3, () => { yield * circle().radius(200, 0.5); yield * circle().radius(100, 0.5); }); Related Links