You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seriously been waiting for something like this for ages. Thank you for putting the work into it.
One thing, though. I seem to have gotten the timeline to work, at least the draggable part, but the play button will only go backwards. If I press play as soon as the page loads, nothing happens. If I drag the circle to anywhere along the timeline and then press play, the timeline and dots play perfectly, but in reverse.
That's strange. Seems like it's some kind of overflow issue?
Your stepSize is (calculated to be) 2830294800, which in hex is 0xA8B2DF10, which interpreted as a signed 32-bit integer is -1464672496. Which is what the time is actually changing by on each step in your example.
It'd be nice if that were documented somewhere.
I can look into some possible fixes. For now, with the dataset you have on that site, you should be able to set steps: 2000 in the options. This could slow things down somewhat, depending on your system (set it to 10000 to see an extreme case), but for me 2000 seemed fine.
Thanks for replying so quick. Your response has definitely expose my newbie-ness! Folks like you write the magic, hacks like me cram the magic into projects. :)
I've set the step size to 2000 and it works like a charm now.
Hi!
I've seriously been waiting for something like this for ages. Thank you for putting the work into it.
One thing, though. I seem to have gotten the timeline to work, at least the draggable part, but the play button will only go backwards. If I press play as soon as the page loads, nothing happens. If I drag the circle to anywhere along the timeline and then press play, the timeline and dots play perfectly, but in reverse.
Any ideas?
Link: http://pennybeames.net/maps/PermitsTOTime.html
Code:
The text was updated successfully, but these errors were encountered: