Hi All:
I seem to fail to understand something fundamental about the core-animated pages. I see really easy to use examples but when I try them in my code they never seem to work.
Here is a demo sample which I want to try to use slide-up and list-cascade transition.
Note : have changed the selector at the top to include Slide Up and in the first slide I have added the following code :
<div flex class="middle" slide-up list-cascade>
<p>Option 1</p>
<p>Option 2</p>
<p>Option 3</p>
<p>Option 4</p>
<p>Option 5</p>
</div>I have copied the code from the quiz example here:
https://github.com/Polymer/core-animated-pages/blob/master/demos/quiz1.html
Thanks for any enlightenment.
David