Xavier Foucrier

Results 175 comments of Xavier Foucrier

Hi @radiocity, Any news on this? I have test the loader with `webpack@5` and it looks like it's working fine. However, `raw-loader` is now deprecated, so you may have to...

Adjusting the webpack configuration and drop `raw-loader` works fine, even with the current `twig-html-loader` version: ```js module.exports = () => ({ module: { rules: [ { test: /\.twig$/, exclude: /node_modules/,...

Hi @radiocity, I **totally understand** what you mean :smile: No problem, feel free to give a feedback when you need to test something with webpack 5. Cheers! :beers:

I agree with that, unfortunately, it's not possible to load fresh view/layout/template into the current context... It would be good to "watch", I guess, only Twig "namespaces", and prevent the...

I confirm I am using a Promise too with the `onComplete` event of mojs if I need to wait for the animation to complete because it does not support Promise...

@Sandstedt Good catch! Looks like a bug :bug:

Hi all, From my point of view, that would be probably **a big changes in the code**, because the structure was not designed like this at the beginning... As of...

You need to just create one stagger and use the **isYoyo** property to do that animation. No? :thinking:

From my point of view, when I launched your animation, I immediately thought that the bug came from using the `append` method: thats why I proposed another way to do...

May be it would be cool to have a function like `destroy()`, or a parameter like `destroyOnComplete` that will be checked just before the `onComplete` callback to automatically remove the...