Android切紙機風格的動畫:Guillotine animation
整潔的Android庫,它提供一個簡單的方法來實現切紙機風格的動畫。
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 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();
HeresetActionBarViewForAnimationmethod enables bounce effect of ActionBar at the end of the guillotine closing animation.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!