VisuBezier
==========

Hover any CSS easing function to preview it: a plot of the curve, plus an
animation comparing it against a reference easing (linear by default).

Works in CSS, SCSS, Sass, Less, Stylus, PostCSS and XML/SVG buffers, including
CSS embedded in HTML.

Try pasting this into a CSS file and hovering the values:

    button {
        transition-timing-function: ease-in-out;
        transition-timing-function: cubic-bezier(0.4, -0.2, 0.42, 1.2);
        transition-timing-function: steps(5, jump-none);
        transition-timing-function: linear(0, 0.25 25% 75%, 1);
    }

Settings live under:
    Preferences > Package Settings > VisuBezier > Settings
