Keyboard Shortcuts
Hide side panel

Presets


Delete the selected preset
Save to local storage

Settings

Auto hide anchor points when the graph path is not focused
Enable snapping to the grid visible lines
Enable snapping to points and their horizontal/vertical guide lines

SVG Path


Show side panel
Keyboard Shortcuts
Contact Us Toggle light and dark mode

Keyboard Shortcuts

Export as CSS Keyframes

The current path uses a single curve, which can be represented with the CSS cubic-bezier() function. Consider using multiple curves to generate the result as a keyframes animation.
Property
transform: translateX({value}%);

Export as CSS linear()

The current path uses a single curve, which can be represented with the CSS cubic-bezier() function. Consider using multiple curves to generate the result as a linear() css function.

Export as SVG

Export as JavaScript function