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 generally hilarious perspective on a given occasion.
Take this reversed water impact for instance:

To reverse an animated GIF or video, you need to use the ImageMagick library:
convert water-forward.gif -coalesce -reverse -quiet -layers OptimizePlus -loop 0 water-reversed.gif
In case you’re curious about media engineering, take a look at my earlier ImageMagick tutorials. These superior media libraries are as near an artist I’ll ever get!
Create a CSS Dice
CSS cubes actually showcase what CSS has change into through the years, evolving from easy shade and dimension directives to a language able to creating deep, inventive visuals. Add animation and you have one thing actually neat. Sadly every CSS dice tutorial I’ve learn is a bit…
spellcheck Attribute
Many helpful attributes have been supplied to net builders not too long ago: obtain, placeholder, autofocus, and extra. One useful older attribute is the spellcheck attribute which permits builders to management an components capacity to be spell checked or topic to grammar checks. Easy sufficient, proper?
Source link