Michael Casebolt

Results 33 comments of Michael Casebolt

You can accomplish what you initially described by using an appropriate piecewise-linear easing function. If you still want custom easing on top of that, then you can compose the easing...

Yeah, it should be documented. Regardless, if I can find a way to incorporate your interpolation function, I think it would be useful for others. On Sun, Jul 2, 2017...

You could, like you said, calculate the index using the time since the tween started. Once you have the tween's progress value `k`, you can use the same code that...

This would be great. I would like to make a new release with the current version of master. I think I can handle the version numbers manually. On Mon, Jul...

Here's my npm profile if it helps: https://www.npmjs.com/~mikebolt On Mon, Jul 17, 2017 at 5:05 PM, Michael Casebolt wrote: > This would be great. I would like to make a...

It looks like the old npm repo is about 10x as popular, in terms of downloads. Should we try to get people to switch to the new one, or update...

Looks like npm has 17.1.0 now. @sole I will try to npm publish next time I make a release. On Tue, Sep 12, 2017 at 5:24 PM, Ian Gilman wrote:...

Oh right, we have two different npm repositories. The first will be used going forward. We should set up one of those "this package has moved" notices for npm. new:...

I think deprecation is appropriate. I will add a big warning and a link in the old README. On Fri, Sep 15, 2017 at 3:09 AM, sole wrote: > Hmm,...

Because the chain method was advertised in the [user guide](https://github.com/tweenjs/tween.js/blob/master/docs/user_guide.md#chain) as having an effect even when the return value is ignored, this probably cannot be changed safely in the current...