Have a working example using the new content-switch-fade component in slider.html.
The components are meant to be used together like this:
<oma-center preferred-columns="10,8,4,4">
<oma-content-switch-fade milliseconds-per-slide="1000">
<div style="text-align: center; padding: 100px 0">
'This is some content for the slider'
</div>
<div style="text-align: center; padding: 100px 0">
'This is the 2nd content for the slider'
</div>
</oma-content-switch-fade>
</oma-center>
Have a working example using the new content-switch-fade component in slider.html.
The components are meant to be used together like this: