params of animation is modified

This commit is contained in:
richard-loafle 2020-01-30 14:22:41 +09:00
parent 20fa760578
commit 80fd177582

View File

@ -26,7 +26,7 @@
class="chat-row"
[@shake]="{
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>