Android切紙機風格的動畫:Guillotine animation

jopen 9年前發布 | 14K 次閱讀 Android開發 移動開發 Guillotine animation

整潔的Android庫,它提供一個簡單的方法來實現切紙機風格的動畫。

Guillotine animation gif

Usage

For a working implementation, have a look at the app module

  1. Include the library as local library project.

  2. Your hamburger on navigation menu must have exactly same coordinates as hamburger on ActionBar.

  3. 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.

項目主頁:http://www.baiduhome.net/lib/view/home/1434549096458

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!