GithubHelp home page GithubHelp logo

lucsy3012 / framework-animations Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 157 KB

A CSS library that contains a list of useful keyframe animations to include in your project.

Home Page: http://animations.lucasdietrich.de/

HTML 34.00% CSS 38.48% JavaScript 0.83% Less 26.70%

framework-animations's Introduction

animations

A CSS library that contains a list of useful keyframe animations and possibilites to combine different styles to include in your project.

Example

At http://animations.lucasdietrich.de/ you can see how animations.css works in action. There you'll find the documentation, a small setup guide and of course the download as well.

How to use

Simply grab the animations.min.css or animate.min.js and link it within your project. When the CSS file is linked to your project you can use the full range of pre-defined animations and properties in your HTML like this:

<!-- gets instantly animated -->
<div class="animate">
    <img src="some/file.img" />
</div>

<!-- animation is delayed until user reaches it -->
<div class="animate--js">
    <img src="some/file.img" />
</div>

jQuery

With the tiny jQuery script animate.min.js you can take full advantage of your animations. It searches for .animate--js classes within your file and applies the .in class to this specific element if it appears on your device. This allows you to delay an animation and trigger it when the user first encounters the element.

Why animations.css?

  • Instant library to useful standard keyframe animations
  • Combine multiple animation types and properties to create your own animations without extending the CSS
  • Built with Custom Properties which allows for accessible customization
  • CSS-only sequence function
  • Delay the animation until the user arrives at the element (requires JS)

framework-animations's People

Contributors

lucsy3012 avatar

Stargazers

Carina avatar Daniel Ellis avatar

Watchers

James Cloos 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.