kyze8439690 / RevealLayout

A layout which can make some reveal animation which is introduced in material design guideline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RevealLayout(Google Play)

Build Status
A layout which can make some reveal animation which is introduced in material design guideline.

Overview

  • Support single item in layout to show/hide it
  • Support multiple item in layout to show item one by one
  • Support use it as fragment root layout to make fragment transation animation, even I think in a really dirty way :(
  • Support api 10+ devices(should be lower, but I haven't test it), suggest to use it on api 18+ devices for hardware acceleration support http://developer.android.com/guide/topics/graphics/hardware-accel.html#unsupported

Video

Sample Video

Goolge Play Demo

Get it on Google Play

Changelog

  • 1.0.2: remove nineoldandroids, support fragment back animation, update demo appcompat version, support animation callback.
  • 1.0.1: make api level lower
  • 1.0.0: release

About

A layout which can make some reveal animation which is introduced in material design guideline.

License:Apache License 2.0


Languages

Language:Java 100.0%