Animation Controls
Path Definitions
Animation Preview
// Current animation settings:
const animator = new ClipPathAnimator(
'#animation-element',
'M 0 175 C 100 50 100 150 200 100 L 200 200 L 0 200 Z',
'M 0 50 C 100 -50 100 50 200 0 L 200 200 L 0 200 Z',
'M 0 50 C swim -50 swim 50 200 0 L 200 200 L 0 200 Z',
100,
75,
1,
2000,
350
);