Capítulo 267 de 411

Chapter 267: MorphSVGPlugin.defaultUpdateTarget

Core Idea

Sets whether MorphSVG updates the original tween target's d attribute by default (true) — a performance optimization to disable when relying entirely on a custom defaultRender (e.g. canvas-only rendering).

Code Examples

MorphSVGPlugin.defaultUpdateTarget = false;

Connects To

  • MorphSVGPlugin.defaultRender: the custom render path this setting can free you from also paying for.