parent
02394d2d80
commit
e81d1fc361
@ -853,7 +853,7 @@ export function transition(
|
|||||||
* var fadeAnimation = animation([
|
* var fadeAnimation = animation([
|
||||||
* style({ opacity: '{{ start }}' }),
|
* style({ opacity: '{{ start }}' }),
|
||||||
* animate('{{ time }}',
|
* animate('{{ time }}',
|
||||||
* style({ opacity: '{{ end }}'))
|
* style({ opacity: '{{ end }}'}))
|
||||||
* ], { params: { time: '1000ms', start: 0, end: 1 }});
|
* ], { params: { time: '1000ms', start: 0, end: 1 }});
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user