Git Product home page Git Product logo

android-property-animations's Introduction

Android Property Animations ⭐

API

Project created for the Udacity nanodegree Android Kotlin Developer program.

Animation is a powerful tool for helping users understand a potentially complex and confusing screenful of information. When a single item is updated, animating that change can help the user understand what happened.

Key Features ✨

  • ROTATE will cause the star to spin in a complete circle
  • TRANSLATE will cause the star to move to the right and back
  • SCALE will cause the start to scale up and then back down
  • FADE will cause the star to fade out to completely transparent and then back to fully opaque
  • BACKGROUND COLOR will cause the color of the star’s container to animate between black and red
  • SHOWER will create a new star at the top of the starfield, which will then fall downwards while rotating. Every click will create a new star, animating in parallel with the existing stars

Project Milestones

  • What properties are and how to animate them
  • How to use ObjectAnimator to animate UI elements
  • How to configure ObjectAnimator for different UI animation situations
  • How to use AnimatorSet to create a more complex animation of several parts
  • How to use AnimatorListeners to set up initial and final state of objects that are being animated (such as removing views after fading them out)

Overview

Android provides many facilities for animating UI objects. This app shows how to create Property Animations, using ObjectAnimator, which are the basic building blocks of most Android animations. Property animations are used to animate (or change over time) the value of a property on an object, usually a UI object like an Android view.

In this app allows to animate stars on the screen by changing various View properties that control position, size, rotation, and translucency.

Animation

android-property-animations's People

Contributors

hanuszczakadam avatar

Watchers

 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.