Transition effect - Cubic-bezier - Cross Browser

.box { -webkit-transition: all 200ms cubic-bezier(0.600, 0.040, 0.980, 0.335); -moz-transition: all 200ms cubic-bezier(0.600, 0.040, 0.980, 0.335); -ms-transition: all 200ms cubic-bezier(0.600, 0.040, 0.980, 0.335); -o-transition: all 200ms cubic-bezier(0.600, 0.040, 0.980, 0.335); transition: all 200ms cubic-bezier(0.600, 0.040, 0.980, 0.335); }

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.