From df7774c018bd3ab7b17ae80dcdd7bfe93cd26b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Sat, 10 Jun 2017 03:27:11 +0200 Subject: [PATCH] docs(aio): restore animation original value (#17385) --- .../examples/animations/src/app/hero-list-timings.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/examples/animations/src/app/hero-list-timings.component.ts b/aio/content/examples/animations/src/app/hero-list-timings.component.ts index 16d96c68b7..a300012e23 100644 --- a/aio/content/examples/animations/src/app/hero-list-timings.component.ts +++ b/aio/content/examples/animations/src/app/hero-list-timings.component.ts @@ -44,7 +44,7 @@ import { Heroes } from './hero.service'; animate('0.2s ease-in') ]), transition('* => void', [ - animate('0.2s 10s ease-out', style({ + animate('0.2s 0.1s ease-out', style({ opacity: 0, transform: 'translateX(100%)' }))