How to use the velocity.Redirects function in velocity

To help you get started, we’ve selected a few velocity 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 gooy / aurelia-animator-velocity / src / animator.js View on Github external
constructor(container) {
    this.container = container||window.document;
    this.easings = Object.assign(Velocity.Easings,this.easings);
    this.effects = Object.assign(Velocity.Redirects,this.effects);
  }
github gooy / aurelia-animator-velocity / dist / es6 / animator.js View on Github external
constructor(container) {
    this.container = container||window.document;
    this.easings = Object.assign(Velocity.Easings,this.easings);
    this.effects = Object.assign(Velocity.Redirects,this.effects);
  }