VectorHop
Tween Lab (GSAP)
Legacy archive (v1) — not part of the product← Back to product
AMorph variant
HappyAngry
Loading…
Interpolation
Segment mapping
Smoothing
Shape index
Origin
Ease
BMorph variant
HappyAngry
Loading…
Interpolation
Segment mapping
Smoothing
Shape index
Origin
Ease
CMorph variant
HappyAngry
Loading…
Interpolation
Segment mapping
Smoothing
Shape index
Origin
Ease
Drag the scrubber to inspect the face at any point.
StartEnd
The runtime call
const crab = createSvgRigRuntime(svg, EZ_CRAB_V4_RIG, 'crab-lab')

crab.setAttachment('left_brow', 'left_brow.angry', {
  transitionMode: 'morph',
  transitionMs: 1200,
  morphOptions: {
    type: 'linear',
    map: 'size',
    origin: '50 50'
  },
})