Hi Mans,
Important!!! -> This is just a proof of concept.
Import the attachment into a TW. The CSS and test tiddler should be easy enough, to see, what's going on and how to use it.
The concept is taken from a codepen [1] from Antonis Kamamis. The images are mine so no credits needed, at least for me ;)
It should be possible, to make the image frame more responsive, so you can have horizontal and vertical aligned images.
It should be possible to make the number of links dynamic, with a TW list widget, and some simple templates.
Dynamically calculating the CSS animations, seems to be a bit trickier, but should be possible with a very simple js macro or even CSS variables. So no js needed. Just TW macros out of the box.
A quick search revealed one more page [2], which contains several pure CSS concepts. Probably all of them could be easily implemented into TW.
have fun!
mario
[1]
http://codepen.io/antoniskamamis/pen/hjBrE[2]
http://bashooka.com/coding/pure-css3-image-sliders/