MotionScript

@motion-script/core


@motion-script/core / RadialBlurStyle

Type Alias: RadialBlurStyle

RadialBlurStyle = "zoom" | "spin"

Defined in: attributes/shape/effects/implementations/radial-blur.ts:15

Which way the samples are smeared around RadialBlurEffect.center.

  • "zoom" — along the radius: a rush toward or away from the centre.
  • "spin" — along the tangent: rotational motion about the centre.

(After Effects calls this the effect's "Type"; here that name belongs to the effect discriminator, so the field is style.)