4javier
4javier
@dario-piotrowicz Sorry for pinging. I'm almost there with my project. I managed to do what I want with animation registered as trigger. Now I need to turn that in a...
LOL. In my real project I was actually defining `createAnimator(): AnimationPlayer` and calling `createAnimator().play()` on subscription, and in the repro I thought it was more straightforward to use a prebuilt...
The whole point of my idea is to not having to puzzle with specific durations and properties of the animation preemptively. The user just pass the `AnimationMetadata` object he wants,...
No worries for late replies. I'm convinced with current implementation there's no clean (or perhaps no at all) way to achieve my goal. So I tried puzzling around with framework...
Hi @dario-piotrowicz Unfortunately my try with custom `AnimationBuilder` failed. I managed to inject it and registering a trigger programmatically just to find out that's not that one doing the magic....
@dario-piotrowicz Sorry again. I don't know where else asking about animation internals. I wrote an alternative AnimationRenderer that gets injected in a component wrapping the children I want to animate....
Hi @dario-piotrowicz Sorry for late reply, that's due to the same reason I still didn't post any code for this project: I keep rewriting it from scratch. I'm at least...
Hi Dario. Absolutely no apologies needed. You've been kind and helpful beyond any expectation. :smile: I was just thanking you for your efforts in answering. I can't remember exactly what...
> When they're ready please share the blog posts, I'd love to read them! I don't think they can be such interesting for you, because I touched just initial part...
As expected, issue still present with STS 4.22.1 released two days ago. Not a surprise considering it's based on Eclipse 4.31 branch. Note: now it looks like crashing directly on...