zachfitz/Ionic-Material

Animations tutorial

Opened this issue · 1 comments

How to do basic animations? Which classes are available?

And how to do our own animations? For example, looking at profile.html I had a hard time to figure it out why the "banner" animation wasn't working for me. It turns out this css was needed:

.scroll {
    height: 100%;
}

So I thought, "scroll" class? I didn't see any scroll class applied to profile.html... the fact is that ion-content directive adds that (as it seems)...

Looking at this profile page, I want to trigger an animation when user clicks one of the icon/links (Activity, Friends, etc). The animation would be to place avatar to the left top corner and text besides it. How can I accomplish that?

do u know where is the demo for features and categories that shows in first page?