We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d474b commit 813d945Copy full SHA for 813d945
src/transitions/transition-wp.ts
@@ -24,7 +24,7 @@ export class WPTransition extends PageTransition {
24
this.enteringPage.beforeClearStyles(['scale']);
25
26
} else {
27
- this.duration(isPresent(opts.duration) ? opts.duration : 280).easing('cubic-bezier(0,0 0.05,1)');
+ this.duration(isPresent(opts.duration) ? opts.duration : 280).easing('cubic-bezier(0,0,0.05,1)');
28
this.enteringPage
29
.fromTo('scale', SCALE_SMALL, 1, true)
30
.fromTo('opacity', 0.01, 1, true);
0 commit comments