CSS3: Animations vs. Transitions
In CSS, you have two techniques for visualizing change that are competing for your attention: Animations & Transitions. In this article, let's examine the similarities and differences between them so that you can know when to use which.
To make the most of this article, it would be helpful for you to be familiar with using both animations and transitions. If you haven't had a chance to get your hands dirty with them, the Creating a Simple CSS Animation and Looking at CSS3 Transitions tutorials will help you get started.
Fluid Typography - Codepen
Building performant expand & collapse animations | Web | Google Developers
Use scale transforms when animating clips. You can prevent the children from being stretched and skewed during the animation by counter-scaling them.
I totally forgot about print style sheets – uxdesign.cc – User Experience Design – Medium
Color Picker - Explore Colors for HTML and CSS
Use 10% lighten and darken for hover/active states. Used the second darken for the button border
Coloring SVGs in CSS Background Images by Noah Blon on CodePen
Advanced Search Form
A search form with advanced filtering options and quick link suggestions.
Portal CSS - CSS Animation
You don’t need JavaScript to create impressive 3D projects in the web browser. In this post I will show how to create and animate a Portal-inspired scene using only CSS.
CSS Pagination | CodyHouse
A mobile-friendly pagination component, that can be easily customized using CSS or Sass.
Spheres - CSS Animation
Spheres
Using the CSS border-radius property, we can create rounded shapes and circles. Add some gradients and they become spheres. Let’s try that, and add some animation to bring them to life.
Inline-block vs Float - css
https://css-tricks.com/youtube-popup-buttons/
There is a certain style of button on the latest YouTube design (most easily found in the footer) where the default state of the button has a very subtle bevel to it, but on :hover and :focus states the button pops up, eager to be clicked.