Jonathan Willing

Results 36 comments of Jonathan Willing

Is that running on 10.14 as well? I haven't maintained this project in over 5 years so unfortunately I'm not up to date with the changes that have happened in...

Thanks for the heads up. I haven't updated this library in quite some time and it's likely that something in a recent OS update has broken it.

What do you mean by interruptible? Do you mean where it interpolates between the current animation state and a new state?

Sorry for the delay. The implementation is not very complex, so if you're curious I'd just [take a look](https://github.com/jwilling/JNWAnimatableWindow/blob/master/JNWAnimatableWindow.m). The frame resizing animation uses an explicit animation without taking the...

It's not hard to accomplish the same effect by setting the layer's speed to 0. -- Jonathan On Mar 21, 2017, at 5:40 AM, Eon wrote: Thx for your reply....

Nice, thanks for sharing that!

The problem is that `CALayer`'s border is drawn as an inset, which unfortunately isn't what `NSWindow` does. The workaround would be to draw the content inset, then add a border,...

If you have an idea of how you think it should work, pull requests are welcome.

I believe this wasn't exposed because it was very simple to reproduce outside of the framework by looping over selected indexes. Do you think it's valuable enough to be public?

You're right, I apologize. It's been a very long time since I've looked at this code. If you want to make a pull request to make this public that'd be...