Home > Article > Web Front-end > Android paper cutter style animation: Guillotine animation_html/css_WEB-ITnose
A neat Android library that provides a simple way to implement paper cutter style animations.
Usage
For a working implementation, have a look at the app module
Include the library as local library project.
Your hamburger on navigation menu must have exactly the same coordinates as hamburger on ActionBar.
In youronCreatemethod you need to config and build animation with GuillotineAnimation.GuillotineBuilder
new GuillotineAnimation.GuillotineBuilder(guillotineMenu, guillotineMenu.findViewById(R.id.guillotine_hamburger), contentHamburger) .setActionBarViewForAnimation(toolbar) .build();
Project homepage: http://www.open-open.com/lib/ view/home/1434549096458