Check out this example of multiple CSS caption animation: http://jsfiddle.net/2nnao6m6/1/
You can also view a single animation example here: http://jsfiddle.net/nu4paxft/
This is the HTML code snippet:
<div id="sample3" lang="is">
<figure>
<img src="olafsfjordur.png" width="200" height="200" alt="Ólafsfjörður" />
<figcaption>Ólafsfjörður</figcaption>
</figure>
<!--end sample3--></div>
I need help in adjusting the multiple CSS animation so that the slider text aligns with the position of the single animation. Can anyone assist me with this?