Julian Garnier

Results 173 comments of Julian Garnier

> I found the issue: It's because of engine.defaults.composition = 'blend' I had set in a prior test. I see, composition 'blend' will only works when multiple animations overlap with...

> Yeah, but it shouldn't break the animation, if there is nothing to blend with, right? It won't until you try to manipulate it's playback direction like in your example....

Just updated the docs https://animejs.com/documentation/animation/tween-parameters/composition

Is it still an issue in `4.1.1`?

The `x` property is a valid SVG property (https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/x#svg), so Anime.js will try to actually animate the x attribute on the SVG. To set CSS transform to an `` element,...

Ho I think that's a bug, I'm calculating the boundaries of the element with `offsetWidth` and `offsetHeight`, and these properties are not supported by SVG elements. You'll need to wrap...

Sorry for the wait (6 years lol). The animation values of a timeline are defined when you create the timeline, not when you play it. The issue here is that...

> Realized this morning that in the V4 upgrade anime had been replaced by animate. Unfortunately, changing this did not fix the issue and it is still throwing the default...

Hey, I don't think a tutorial for something that complex should be in the documentation. But I'm actually thinking about making a course that would basically teach how to recreate...

> If the course directly funds the development of the library Yes, this is the idea, I'm still trying to find a way to make this project sustainable, and by...