After spending hours searching for solutions, I still haven't found the perfect answer without using JQuery.
I am attempting to add a slide-up animation effect to my divs. I have tried numerous options, including the simplest one:
transition: all linear 2s;
Below is a snippet of my code:
http://plnkr.co/edit/illdCZoNorc9y7NFMt2F?p=preview
Thank you in advance for your assistance :)