Material Design Swift Easing

yourElement { /* As a transition */ transition: all 1s cubic-bezier(.55,0,.1,1); /* For animations */ animation: swift-out 1s cubic-bezier(.55,0,.1,1) infinite; } /* As a SCSS variable */ $swift-easing: cubic-bezier(.55,0,.1,1);
The swift easing following the Material Design guidelines.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.