no more bouncing in messages animation (#313)
This commit is contained in:
parent
1128e5d089
commit
cfe0cb2c5d
|
@ -251,9 +251,8 @@
|
|||
(let [to-value @to-value]
|
||||
(when (< 0 to-value)
|
||||
(anim/start
|
||||
(anim/spring val {:toValue to-value
|
||||
:friction 4
|
||||
:tension 10})
|
||||
(anim/timing val {:toValue to-value
|
||||
:duration 250})
|
||||
(fn [arg]
|
||||
(when (.-finished arg)
|
||||
(callback))))))))
|
||||
|
|
Loading…
Reference in New Issue