Will Boyd

Results 8 issues of Will Boyd

It seems that an attracting body will not attract other bodies added to the world before it. Demo here: https://codepen.io/lonekorean/pen/cfc51f387d8f32727288f3a59113ceeb Comment/uncomment line 42/43 to see.

You cannot directly transition styles on an element via CSS in IE11. Discussion on the issue: https://connect.microsoft.com/IE/feedback/details/920928/ie-11-css-transition-property-not-working-for-svg-elements

IE11

Adding a CSS `filter` property onto an element makes the element disappear. A workaround is to move the CSS `filter` to a wrapping element.

Safari
WebKit
has-workaround

`dominant-baseline` is not supported. You must rely on other methods for vertical positioning. Microsoft documentation stating non-support: https://msdn.microsoft.com/en-us/library/gg558060(v=vs.85).aspx

IE9
IE10
IE11

Thank you for your work on this plugin! When processing [vanilla CSS nesting selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector) with `removeUnfound: true`, it seems that some class names are not recognized, resulting in broken styling....

Blobs don't seem to render at all.

Seeing several reports of poor performance, especially on mobile devices. No doubt the constant full-viewport repaints are not performance friendly. And the computational cost of the simulation itself. Investigate possible...

The background scrolls statically with the page. No physics-based movement. The problem stems from how iOS handles iframe height: https://blog.codepen.io/2017/12/01/stupid-iframes-stupid-ios/ . This causes the canvas element to be sized to...