Material Transitions in pre lollipop apps
Asked Answered
G

1

0

I am trying to use the transitions which introduced in material design in pre - lollipop apps(Min API19). I was going through http://www.google.com/design/spec/animation/meaningful-transitions.html#meaningful-transitions-visual-continuity transitions. But couldn't find how to do these transition mainly the second one on click of list item it expands the details. Can anybody help me to do this.

Thanks

Gelsenkirchen answered 27/10, 2015 at 5:1 Comment(3)
I don't think there exists any special way to do this on any of the platform version. You have to do transition animations yourself. Although, we can make use of new animator framework, and some features from the design library.Mattias
Its called as Shared element transition .Please go through these #28340190 developer.android.com/training/material/animations.htmlPeridium
thanks.. @Subin SebastianGelsenkirchen
E
0

You cannot use the "Material transitions" (or shared content animations) in pre-Lollipop versions, whether you're using Appcompat or not.

Check this link Custom animations

Eggleston answered 27/10, 2015 at 5:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.