Merge pull request #342 from status-im/bug/#313

No more bouncing in messages animation (#313)

Former-commit-id: 5a68b1d646
This commit is contained in:
Roman Volosovskyi 2016-10-14 08:52:51 +03:00 committed by GitHub
commit f1748f3cbf
1 changed files with 2 additions and 3 deletions

View File

@ -273,9 +273,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))))))))