Coder Social home page Coder Social logo

trendingtechnology / androidanimationsactions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dtx12/androidanimationsactions

0.0 2.0 0.0 106 KB

Actions for android animations. Inspired by libgdx scene2d actions.

License: MIT License

Java 100.00%

androidanimationsactions's Introduction

Android Gems

Android Animations Actions

Actions for android animations. Inspired by libgdx scene2d actions.

The main goal of this project is making creating of complex animations easier. You may create animations like in demo with just a couple lines of code.

##Actions sequence - executes actions sequentially
delay - inserts pause into sequence
run - will run target runnable, useful in sequences
parallel - executes actions at the same time
color - color animation for view
scaleTo - scales view to defined values
scaleBy - scales view by defined values
alpha - alpha animation
fadeIn - fades alpha to 1
fadeOut - fades alpha to 0
rotateTo - rotates view to defined degree
rotateBy - rotates view by defined degree
moveTo - moves view to defined x, y
moveBy - moves view by defined x, y
repeat - repeats action using defined number of times
forever - repeats action infinite

play - plays specified action on specified view

##Interpolations Library contains class Interpolations with different predefined interpolations which may be useful for animations.

Demo

For better quality please check package demo in the project.

Gradle

repositories {
    jcenter()
}

dependencies {
    compile 'com.dtx12:actions:0.1.4'
}

androidanimationsactions's People

Contributors

dtx12 avatar liaohuqiu avatar

Watchers

 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.