Vincent

Results 4 issues of Vincent

Hi, I have a question: How to reset animation ? You can see demo in here. https://codepen.io/zaynex/pen/poyoXRL ``` const { easing, tween, styler } = window.popmotion; const divStyler = styler(document.querySelector('.box'));...

[参考 markdownlint 的规则 multiple-consecutive-blank-lines](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md012---multiple-consecutive-blank-lines) ``` Some text here Some more text here ``` after fix ``` Some text here Some more text here ``` 因为每个 type 之间可能都会存在这种情况,看起来,需要在 vistor 里对每个 type...

help wanted

The OffscreenCanvas interface provides a canvas that can be rendered off screen. It is available in both the window and worker contexts. (from [MDN](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas)) We can go for it in...

Hi, thanks for your teaching materials. I ran the program, and the result here: ```bash ➜ cpu-intro git:(master) ✗ ./process-run.py -l 3:0 -L 5 -c -p Time PID: 0 CPU...