-
Hey,
Thanks for making this react component - I've found it really useful 👍
CountUp looks like it kicks in when the component mounts and, before then, it just renders the specified start value.
…
-
tested on Angular 2.4.9, typescript 2.0.10 with webpack JIT compile
-
`(115,29): error TS7009: 'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.`
I am getting this error when I do:
```
import Count from 'countup.js';
new…
-
I need to set this up to pull in values via CMS. Is it possible to use data-attributes inline? For example:
`0`
-
![snipaste_20171225_150942](https://user-images.githubusercontent.com/33228256/34334941-0f283c6a-e986-11e7-8759-784fdfccf405.png)
-
OrderedTable does not work with non-sequential keys. tested on nim-0.17
```
var t = initOrderedTable[int,string]()
for i in countUp(1,1000):
var x = random(1000)
t.add(x,"meh")
Traceback (…
teroz updated
7 years ago
-
why jquery-countup can not update ?
-
Can you also release a jqueryfied version of your plugin?!
-
//package name: com.wmstein.tourcount
//version: 2.1.4
java.lang.IllegalStateException: Could not execute method for android:onClick
at android.support.v7.app.AppCompatViewInflater$DeclaredOnCli…
-
When I try to run:
bundle.js:1577 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object.