RevealLayout

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

APACHE-2.0 License

Stars
376

RevealLayout(Google Play)

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

Goolge Play Demo

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
Badges
Extracted from project README
Build Status Sample Video Get it on Google Play
Related Projects