David Figatner

Results 212 comments of David Figatner

I updated the projected to v2.0.1. It is now accessible via the window.Cull variable. See the README.md for more information. The easiest tool for bundling (I found) is parcel: https://parceljs.org/....

ease.add returns an Easing. Where do you see the array of EaseDisplayObjects?

i think that's based on the old code. i don't use typescript so i'm not great about updating the types. happy to take a PR if you have time

are you deleting the easing within the update loop of another easing? this was a chicken-and-egg problem that i tried to solve by ensuring all easings run regardless of what...

Types are defined in pixi-ease, but I haven't updated them in a while (I don't usually use typescript, so I'm not great at keeping it updated). If you submit a...

Published as v3.0.6

The easing emits the `repeat` event. I think that's what you're looking for: `generic.on('repeat', () => doSomething())`

yup, these are typescript errors. i'm not very good at typescript since I don't use it that often, but i think i fixed the problem in v2.4.2. let me know...

There's a `clicked` event in pixi-viewport that will trigger on a click anywhere on the viewport.

I don't think there's support for that behavior in the code. After turning off the wheel listener in the pixi-scrollbox (or perhaps pixi-viewport?), you'll have to add your own wheel...