Skip to content

Commit

Permalink
🔧 Change easing default to ease-out
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Mar 15, 2018
1 parent 1f0e6c9 commit 88f9c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default class DomFlip extends HTMLElement {
/**
* Backing field for `easing`.
*/
private _easing: string = 'ease-in-out';
private _easing: string = 'ease-out';

/**
* The shadow slot containing the children.
Expand Down

0 comments on commit 88f9c54

Please sign in to comment.