Giter Site home page Giter Site logo

williamjuan027 / angular-animations-explorer Goto Github PK

View Code? Open in Web Editor NEW
130.0 6.0 30.0 16.91 MB

🧸 A resource to showcase the different animations that you could do with Angular

Home Page: http://williamjuan027.github.io/angular-animations-explorer/

License: MIT License

TypeScript 58.06% JavaScript 0.17% HTML 38.43% SCSS 3.34%
angular animation

angular-animations-explorer's Introduction

Angular Animations Explorer

🚀 A resource showcasing the different animations techniques you can use in an Angular application.

MIT PRs Angular social

Hero image

This project started as a demo for In-Depth guide into Animations in Angular blogpost on indepth.dev, with the goal of providing a live version of all the techniques covered in the article that you could explore and play around with.

Over time, the project grew beyond the article, showcasing even more animation techniques you can use in your Angular applications - including new features of Angular's animations module and other animation libraries.

It is broken down into different sections, each section covering a set of related techniques (i.e. Angular Animations, third-party library animations) along with a live demo that you can play with. Some of the demos have the same animation written in different ways. This is done intentionally to showcase how the different ways are reflected both visually on the UI and how the browser interprets the code.

This is not meant to be as comprehensive or a replacement for Angular's official documentation, but rather a quick way to showcase the different animation methods that are available, look at their behavior, some use cases, and the code behind the implementation.

If you find this helpful, bookmark it, star it on Github, or share it on Twitter 😀

Have any questions or want to see a different kind of animation, let me know - open an issue on the repo or tweet me at @williamjuan27

Enjoy :)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:4200
npm run start

# build for production
npm run build

Folder Structure

There are 2 main folders that contains the bulk of the content in the application.

Have any questions or want to see an animation in Angular not included here?

Tweet me at @williamjuan27 or open an issue in this repo.

angular-animations-explorer's People

Contributors

nartc avatar williamjuan027 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

angular-animations-explorer's Issues

Angular code snippets have syntax error

Angular animation code snippets are wrong:

  • Missing closing brackets
  • Wrong quotation marks

Example:

animations: [
  trigger(‘fadeInGrow, [
    transition(‘:enter’, [
      query(‘:enter’, [
        style({ opacity: 0, transform: ‘scale(0.8)’  }),
        group([
          animate(‘500ms’, style({ opacity: 1 }),
          animate(‘200ms ease-in’, style({ transform: ‘scale(1)’ })
        ])
      ])
    ])
  ])
]

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.