William Ngan
William Ngan
I read a bit about Travis. Unless I'm mistaken, I think Pt is not ready for this workflow yet. Will need to improve test coverage and the rudimentary build system...
Hi Will, sorry about the late reply. I'm guessing this is probably due to the "padding" between chunks. If padding is 0, then the step progress should match exactly with...
Agreed with you, but it's taking too long when rendering in iPad and lower-end computers (it freezes up the browser on iPad). So I think we should improve performance before...
Yep, we can consider adding it as an option. Though it may be simple enough for users to use `_.debounce` (underscore/lodash) or implement their own as needed. Thoughts?
Pt 0.2 has now a new constructor for CanvasSpace and SVGSpace to make it clearer. See if this works better for you. Thanks! http://williamngan.github.io/pt/docs/guide/migration.html http://williamngan.github.io/pt/docs/#func-CanvasSpace-CanvasSpace
Exciting! Will review soon, thanks :)
@tofuness Wow these papers are intense. I would suggest you pick an implementation since you probably know way more about this than I do. I appreciate your contribution, even if...
@doespresso Yep, there's a callback function to listen to resize event. Take a look: Demo: http://williamngan.github.io/pt/demo/index.html?name=canvasspace.resize Demo source code: https://github.com/williamngan/pt/blob/master/demo/canvasspace.resize.js#L48 Doc: http://williamngan.github.io/pt/docs/#func-CanvasSpace-resize Hope this helps!
Thanks for the suggestion. I'll take a look at js.org.
Hi @aksperiod , currently Pts doesn't support SVG parsing yet. Sorry about that. There are a number of open source svg parsers, so I would recommend using one to do...