params of animation is modified
This commit is contained in:
parent
20fa760578
commit
80fd177582
|
@ -26,7 +26,7 @@
|
||||||
class="chat-row"
|
class="chat-row"
|
||||||
[@shake]="{
|
[@shake]="{
|
||||||
value: shakeIt,
|
value: shakeIt,
|
||||||
params: { duration: 1000, delay: 0, translate: '5px' }
|
params: { duration: 1000, delay: 0, translate: '2px' }
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div *ngIf="isInformation(message); then information; else contents"></div>
|
<div *ngIf="isInformation(message); then information; else contents"></div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user