docs(aio): restore animation original value (#17385)
This commit is contained in:
parent
15090a8ad4
commit
df7774c018
|
@ -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%)'
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue