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.
Overview of SVG Animation Usage in Web Design
The following article covers a large swath of SVG animation tips and resources for web designers. You’ll learn how SVG images are created and why they’re fantastic for use on the web. You’ll also find a collection of SVG animation tutorials and open source code to help new designers come to terms with building unique SVG animations from scratch.
Experience Design Essentials: Animated Microinteractions In Mobile Apps
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.
Accelerated JavaScript animation.
Velocity is an animation engine with the same API as jQuery's $.animate(). It works with and without jQuery. It's incredibly fast, and it features color animation, transforms, loops, easings, SVG support, and scrolling. It is the best of jQuery and CSS transitions combined.
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.
creating animations and interactions with physical models
Physics-based animations and interactions are becoming more common in UI. This page goes through some basic physical models and the kinds of interactions and animations that can be constructed from them.