September 16, 2020
Tedeschi Trucks Band
September 16, 2020
Another great band that you've probably never heard of. The music industry today is rotten to the core, but that doesn't mean music is !!!
September 16, 2020
September 16, 2020
Another great band that you've probably never heard of. The music industry today is rotten to the core, but that doesn't mean music is !!!
For a while now I've been working on the WordPress plugin that does the slideshows. I had re-written the php back-end from NivoSlider, and then I decided to rewrite the front-end. The front-end is driven by jquery, so it was a good opportunity to get familiar with that. It's actually pretty simple.
Over a few months of tinkering, I added several hundred slide transitions, grouped in families to make things manageable. Eventually, I pretty much exhausted all the things you can do by animating css with jquery. So I turned to inline svg image masks. You can do much more with real graphics than just css, but there is one hitch - svg is poorly supported in Chrome and all its derivatives, including Opera, Edge, and Brave. But if you load this page in Firefox or Safari, it will demonstrate what you can do with svg.
More: Slideshows ...