All Projects → DuShuYuan → Plusmenu

DuShuYuan / Plusmenu

仿微博、酷安点击加号揭露动画弹出菜单+背景模糊效果

Programming Languages

java
68154 projects - #9 most used programming language

PlusMenu

仿微博、酷安点击加号揭露动画弹出菜单+背景模糊效果

截图


没有像酷安那样扩展到导航栏,以后有机会可以再研究吧。

使用的PopupWindow实现的,主要部分有 背景揭露动画;+ 旋转动画;菜单项弹出动画;背景模糊效果

注意:在gradle中开启renderscript,支持模糊效果(高斯模糊也叫毛玻璃)

defaultConfig {
        applicationId "com.dsy.plusmenu"
        ...
        renderscriptTargetApi 25
        renderscriptSupportModeEnabled true
    }

参考项目

https://blog.csdn.net/SilenceOO/article/details/78976477

https://github.com/Manabu-GT/EtsyBlur

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].