8000 CSS Animation · Issue #4 · sebdeckers/pfnp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CSS Animation #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vilbht opened this issue Sep 1, 2015 · 1 comment
Open

CSS Animation #4

vilbht opened this issue Sep 1, 2015 · 1 comment

Comments

@vilbht
Copy link
vilbht commented Sep 1, 2015

CSS3 introduced a whole lot of goodness in terms of animation options for the web. However, different browsers need different variations of syntax to make these animations work and remembering the syntax can be quite cumbersome.

Here are 2 tools that greatly simplify this process by showing previews of commonly used of animations as well as their cross-browser CSS3 code snippets.

  1. http://anicollection.github.io
  2. http://bouncejs.com/ (also offers a WYSIWYG interface to build multi-layered, complex CSS3 animations)
@sebdeckers
Copy link
Owner

Don't forget the grandaddy of them all, Animate.css.

When coding CSS it's very helpful to use a pre-processor like Stylus (or Less or Sass). Pre-processors offer both alternative (easier?) syntax as well as automatic prefixing of CSS properties.

The latest approach I currently recommend is to use PostCSS with the autoprefixer plugin. It's fast and highly extensible, unlike pre-processors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0