I am trying to run two different animation types concurrently - a fadein for the data elements and have the background expand (height) at the same time. The issue is that the fade doesn't appear to be working at all. If I remove the height animation, then the fade will work. But I can't seem to be able to get both to run concurrently.
Here's the Plunker.
Thanks.