nuttylord

Results 10 comments of nuttylord

mess around with the maths in src/clockface.js Heres my attempt at it that works pretty well. i made changes to lines 15, 16, 40, 46, 47 and 49 import React,...

ive actually gone ahead and started making a pure JS version of this slider to suit my use case so im off with the rockets, glad to know i helped...

I have figured out that the issue is caused by the sliders initial containerWidth being called asynchronously at the same time as the rendering of the SVG elements. the setState()...

i noticed that in the setCircleCenter() function the py value was what wasnt being updated properly but that px was set correctly so i made py to be a function...

I am having a similar issue, with a different use case whereby i want to effect the value state from a different component so on and so forth. In your...

ive been doing my own research to find my own solution and i think i came across the answer to the solution. Its simply an event dispatcher made by facebook....

you could probably take a stab at fixing this by adding some styles to the `` in src/slider.js. the only code in there for the image are the image being...

no, i havent found a solution, but i hashed up a solution in notes that im going to attempt soon. basically my idea to try is to have a page...

@acomito Did you find a solution for this?

+1, all i want to use this for is drawing an arc as performantly as possible.