public marks

PUBLIC MARKS with tag css

June 2015

May 2015

cssnext

by 84GHz (via)
You can code in CSS4+ and it will be transformed to CSS3.

After Effects to CSS

by 84GHz (via)
key findings that an After Effects motion designer needs to understand if their animations will ultimately be in code

Solved by Flexbox — Cleaner, hack-free CSS

by srcmax & 1 other
CSS has been lacking proper layout mechanisms for far too long. Transitions, animations, filters, all of these are great and useful additions to the language, but they don't address the major problems that Web developers have been complaining about for what seems like an eternity. Finally, thanks to Flexbox, we have a solution.

Solved by Flexbox — Cleaner, hack-free CSS

by Spone & 1 other (via)
CSS has been lacking proper layout mechanisms for far too long. Transitions, animations, filters, all of these are great and useful additions to the language, but they don't address the major problems that Web developers have been complaining about for what seems like an eternity. Finally, thanks to Flexbox, we have a solution.

Animate.css

by sbrothier
Just-add-water CSS animations

ramjet

by 84GHz & 1 other (via)
Ramjet makes it looks as though one DOM element is capable of transforming into another, no matter where the two elements sit in the DOM tree. It does so by making copies of the two elements (and all their children), setting a fixed position on each, then using CSS transforms to morph the two elements in sync.

April 2015

CSS Flexbox : related articles, tips and resources

by dzc & 1 other
Curated collection of CSS Flexbox related articles, tips and resources

CSS Noise | MightyMeta

by sbrothier
This post looks at a way to add a subtle noise effect to HTML elements using CSS. Using this technique is of interest because it doesn’t require use of an image editor, weighs in at just a little over 2K and doesn’t generate any extra HTTP requests.