LolnationCH

Results 6 comments of LolnationCH

I think it would be great, I had to make my own json file, and then I merged the two of them together. Here it is if anyone want to...

This issue is still not fixed, and it is very simple to fix... @phantom1299 has found the solution to the problem about 4 months ago and it is still not...

@Clafouti You need to modify it yourself, the author does not seem to code on this anymore. You could always fork it and make it better :)

```react export default class CharacterInfoView extends React.Component { constructor(props) { super(props); this.state = { exp: 0.0, } render() { return( this.setState({exp: exp})}/> );}} ``` I did not test this, but...

Still happens when its a number, this was just a example, not what im actually doing. I call a function that sets exp to a float.

Not sure of what exactly you want since your comment and the title don't match. Do you want the circle to rotate slowly, or do you want the circle animation...