发布

  • fix(core): inject MotionPathPlugin into preview when a composition uses motionPath

    frostbyte_neo 发布于 2026-06-20 14:11:21 +00:00

    A studio-created motion path writes a gsap motionPath tween into the single-source
    timeline, but the preview HTML only loaded gsap core — so the first render threw
    "Invalid property motionPath ... Missing plugin?". Detect motionPath usage and inject
    MotionPathPlugin right after the composition's gsap script, version-matched to it.

    下载附件