Code Monkey home page Code Monkey logo

rippleanimation's Introduction

仿酷安客户端的主题切换动画效果

使用方式:

添加依赖:

implementation 'com.wuyr:rippleanimation:1.0.0'

APIs:

Method Description
create(View onClickView) 创建动画对象(静态方法)
setDuration(long duration) 设置动画时长
setOnAnimationEndListener(Listener listener) 动画播放完毕监听器
start() 开始播放动画

使用示例:

    public void onClick(View view) {

        RippleAnimation.create(view).setDuration(duration).start();
        
        //在这里切换你的主题
    }

Demo下载: app-debug.apk


效果图: (左边:酷安, 右边:RippleAnimation)

注意: RippleAnimation本身不提供主题切换, 只负责动画.

previewpreview

rippleanimation's People

Contributors

wuyr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.