David DeSandro

Results 42 issues of David DeSandro

From @aHulswitt36 desandro/masonry#771 > I'll start off that this is a little hard to explain. I am using Masonry 3.3.2 inside of an Angular app. I am using the Passy/angular-masonry...

From Eric via email > Using your extremely helpful guide (http://desandro.github.io/3dtransforms/docs/card-flip.html), I was able to build a flashcard study tool for my students, that works on most browsers and tablets....

When you drag an element close to the viewport's edge, it should scroll -- if enabled. **Add a 👍 reaction** to this issue if you would like to see this...

feature request

**Add a 👍 reaction** to this issue if you ran into this issue and would like to see it fixed. Do not add +1 comments — [They will be deleted](http://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/).

bug

Hi there! I see in [User Contributed Examples](https://github.com/austinpray/asset-builder/wiki/User-Contributed-Examples) you are advising users to use `masonry.pkgd.js` and `flickity.pkgd.js`, for [Masonry](https://github.com/desandro/masonry) and [Flickity](https://github.com/metafizzy/flickity). I wonder if there is a better way? These...

If you try to load Zdog in outside an browser-less environment like on server-side, you will likely run into an error ``` dragger.js:84 Uncaught TypeError: window.addEventListener is not a function...

bug

Currently Zdog uses _orthogonal_ perspective, where all projected lines are parallel with no vanishing point. This works nice with stroke volume — as stroke volume is applied to the entire...

feature request

A to-do for me. The composite shapes have some API weirdness: + Currently `Box` uses `BoxRect` class, which like a `Rect` only it isn't copied with `copyGraph`, because a `Box`...

**Add a 👍 reaction** to this issue if you would like to see this feature added. Do not add +1 comments — [They will be deleted](https://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/). --- Right now there's...

feature request

Currently composite shapes like `Hemisphere`, `Cylinder`, and `Cone` can only be rendered with fully circular bases. There is no easy way to render a quarter-sphere or half-cone. One solution may...

feature request