Jan D'Hollander
Jan D'Hollander
I'm updating the source of an audio player based on a slider. ``` // Set new audio link audioSrc.src = audioLink; // Reload player & set it to start player.load();...
This would be really nice
Would be nice to be able to initialize or to stop the event from a method.
I would like to animate the fullpage.js wrapper with the `translateX` css property, since it's the most performant one. I have the fullpage.js option `scrollHorizontally:false`, so I was hoping that...
In my webpack setup I do Split-chunking for my javascript files based on the following regex: `test: /[\\/]node_modules[\\/].*js/` Because the package name also has the `.js` in the folder-name, only...
Would be nice to be able to pass a negative speed for a reverse-direction effect.
I know it's not supported in the native HTML5 validation API but at this point this is the only thing that really prevents me from using this as my default...
I was wondering, would it be possible to add an extra option to an image transform to ignore the urldecode? I'm using imager to get some static images from Mapbox...
### Description When the data in your API gets updated so a field has a new value of an empty string but it previously had a proper value, Feed-me simple...
Upgraded my setup to Webpack 5 and Postcss 8 and got: ``` foft-classes: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration ``` Was wondering if you were going to make this postcss8...