How to use the flip-toolkit.Flipper function in flip-toolkit

To help you get started, we’ve selected a few flip-toolkit 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 mattrothenberg / vue-flip-toolkit / src / Flipper.vue View on Github external
mounted() {
    this.flipInstance = new Flipper({
      element: this.$el,
      spring: this.spring,
      ...(this.staggerConfig ? { staggerConfig: this.staggerConfig } : null)
    });
    this.ready = true;
  },
  beforeUpdate() {

flip-toolkit

Configurable FLIP animation helpers

MIT
Latest version published 23 days ago

Package Health Score

86 / 100
Full package analysis

Popular flip-toolkit functions