Git Product home page Git Product logo

animated-form's Introduction

Animation

Animação: animated-form

Simple animated form

A simple animated form made with html and css.

Why

This project was made to learn about the animation feature in css in the most simple way possible. The result of the attempt was good and the things made come to hand in other projects that i made.

Things learned

Doing this project i was capable of learning a little about the keyframes and how the animation it's bind to the element and how the properties of the animation decide when and where to start, end, how long it takes to finish, start and what to do.

  • The key frames control when the animation start and end with the time property that goes from 0% to 100%. 0% it's the beginning and 100% it's the end.
  • We can give name to animation and then pass this name to the keyframes in order to give this animation the actions that we want.
  • The property transform receive a lot of functions that can do all sort of things with the elements of the screen. But by now we only mess with the functions called translateX, scale
  • scale change the size of the element to many times as the number given as argument
  • translateX moves the element in the x-axis the distance given by the argument
  • we also change the opacity of the element with opacity property to give it a fade-in animation

Overall

We learned to use transform in order to give movement to our animations. We learn to use opacity and scale to give a look of fade animation. We learn to use translateX to make the elements show up in the scene.

Considerations

It's awesome to use html and css to build something colourful, fast, beautiful and smooth. It's really a powerful set of tools for any given web developer and it has a vast variety of material and content available. It makes me more and more interest in keep studying. Thanks for your attention and see you soon.

animated-form's People

Contributors

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