Your cart is currently empty!
Category: Web Design
Simple Animated Website Menu
[jsfiddle url=”http://jsfiddle.net/sfaisal/f7or8qpu/4″ height=”300px” include=”result,html,js,css” font-color=”39464E” menu-background-color=”FFFFFF” code-background-color=”f3f5f6″ accent-color=”1C90F3″] Jsfiddle link http://jsfiddle.net/sfaisal/f7or8qpu/4
How to make everything in your website animated by one CSS3 line only
With this one line of CSS3, everything that has hover selector or you change the class of the element using jQuery, there will be a transition between these two different styles. Simply, add this line anywhere in the website css file. [css] *{transition: all 0.3s ease 0.0s;} [/css] Example 1: Button with hover selector [codepen_embed…
Simple submit button, smooth loading animation
This is a simple smooth css animation, I did it on codepen See the Pen Simple submit button for Ajax with smooth loading animation by FAISAL ALSABEA (@sfaisal) on CodePen.