From bd73e4977d9aa768ec2fb9961a75cd952a97e5bb Mon Sep 17 00:00:00 2001 From: Leonardo Cardoso Date: Wed, 13 Feb 2019 07:54:36 -0200 Subject: [PATCH] wip --- src/demo/App.js | 1 + src/lib/components/Animated-Number.js | 12 ++++++++++-- src/lib/components/Animated-Number.test.js | 8 ++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/demo/App.js b/src/demo/App.js index 71f4b06..e77a42c 100644 --- a/src/demo/App.js +++ b/src/demo/App.js @@ -43,6 +43,7 @@ export default class App extends Component { value={this.state.value} formatValue={this.formatValue} duration={this.state.duration} + startFrom={5000} />