Modifying visible media by way of code has all the time been a fascination of mine. In all probability as a result of I am not a designer and I have a tendency to stay to what I am good at. One visible impact I really like is seeing video reversed — it offers a typically hilarious perspective on a given occasion.
Take this reversed water impact for instance:

To reverse an animated GIF or video, you should use the ImageMagick library:
convert water-forward.gif -coalesce -reverse -quiet -layers OptimizePlus -loop 0 water-reversed.gif
Should you’re all in favour of media engineering, try my earlier ImageMagick tutorials. These superior media libraries are as near an artist I’ll ever get!
Vibration API
Lots of the new APIs offered to us by browser distributors are extra focused towards the cell person than the desktop person. A kind of easy APIs the Vibration API. The Vibration API permits builders to direct the gadget, utilizing JavaScript, to vibrate in…
Being a Dev Dad
I get requested a great deal of questions on daily basis however I am all the time shocked that they are not often questions on code and even tech — most of the questions I get are extra about non-dev stuff like what my workplace is like, what software program I exploit, and oftentimes…
The Easy Intro to SVG Animation
This text serves as a primary step towards mastering SVG aspect animation. Included inside are hyperlinks to key sources for diving deeper, so bookmark this web page and refer again to it all through your journey towards SVG mastery. An SVG aspect is a particular sort of DOM aspect…