Yehor Lvivski

Results 11 comments of Yehor Lvivski

I think it's possible with background position and step animation, will take a look

I've never actually designed anima for interactive animations (when you change them based on user input) but I like the idea. I think I can modify existing `.translate() .rotate(). scale()`...

Cross Origin requests headers are absolutely important, when you're building an API. However, I don't think that it's useful to set it to `*` for all requests by default. You...

@bsjung I really appreciate your contributions. It's great to see someone who's excited about the technology! This PR includes to many changes to be easily reviewed. Can you please create...

Do you expect this function to be called on each frame calculation? I can see that to be useful when you want to calculate next state based on previous state....

Dou you want to apply the same animation for all the elements in collection? I think I may take a look at this problem, it shouldn't be really hard.

Thank you @defunctzombie and @Tsury for looking into this. Our project has ComLink bottlenecks in event listeners being added/removed all the time. @surma @benjamind is it something that you might...

@achim-k Thank you for this change! I think the performance improvements are great. Do you still need to follow up on something or at this point are just waiting for...

@surma is this PR still interesting from the maintainer's perspective? I understand that you might have different opinions on how this should be implemented. I think this is a useful...

> we just "allow it" without running any downgraders (which would be impossible as the old version could not know how to downgrade). I think there is a potential solution...