docs(aio): restore animation original value (#17385)

This commit is contained in:
Jesús Rodríguez 2017-06-10 03:27:11 +02:00 committed by Igor Minar
parent 15090a8ad4
commit df7774c018
1 changed files with 1 additions and 1 deletions

View File

@ -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%)'
}))