Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(container) {
this.container = container||window.document;
this.easings = Object.assign(Velocity.Easings,this.easings);
this.effects = Object.assign(Velocity.Redirects,this.effects);
}
constructor(container) {
this.container = container||window.document;
this.easings = Object.assign(Velocity.Easings,this.easings);
this.effects = Object.assign(Velocity.Redirects,this.effects);
}