Xavier Foucrier
Xavier Foucrier
Allow the user to easily **choose between seconds and milliseconds** when working with mojs duration/shift properties. Instead of using `duration: 1000` (ms by default), the user could be able to...
It would be cool to have a `verbose` parameter to **prevent the plugin from "polluting" the console output** with `HandlebarsPlugin: + partial` or `HandlebarsPlugin: + helper` or `HandlebarsPlugin: + created...
Instead of writing raw HTML to the disk, it would be cool to be able to apply some modifications to the HTML before saving it, using the new `html-minimizer-webpack-plugin` for...
Add the ability to `pause()` the custom instance automatically **when reaching a specific char**. For example, with this sentence: "Hello, my name is Xavier, nice to meet you!", it would...
When using the `@barba/css` plugin with the `sync` mode option, it looks like the **`.active` class doesn't properly show up** when navigating with the backward browser button. ```js barba.init({ transitions:...
Barba caching is not working on **first page load**. When loading the home, the page won't be cached. Navigating to another page and go back will make the home page...
Add some **base third party script examples** about: - [ ] GSAP ScrollTrigger
Allow the user to override offsets/cushion properties with a `data` attribute on specific elements. For example: `Emergence rock's!` This will allow **more flexibility** on complex websites.
It would be very helpfull to add a **reset/clear/trash button** below the left tools to allow the user to manually reset the curve. Shortcuts are usefull, but adding a button...
Hi webpack team :wave: I am currently upgrading a project setup to `webpack@5` and want to move from `[email protected]` to `[email protected]`, but it looks like there is not way to...