How to use the vivus.EASE_OUT function in vivus

To help you get started, we’ve selected a few vivus examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github itchio / itch / src / renderer / scenes / GateScene / LogoIndicator.tsx View on Github external
gotEl = (el: HTMLDivElement) => {
    if (el) {
      new Vivus(el.id, {
        file: appWhiteContour,
        type: "delayed",
        start: "manual",
        animTimingFunction: Vivus.EASE_OUT,
        onReady: vivus => {
          this.vivus = vivus;
          this.update();
        },
      });
    }
  };

vivus

JavaScript library to make drawing animation on SVG

MIT
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis

Popular vivus functions

Similar packages