A CSS3/Less extension library for Bedrock
Install with Bower
bower install git@github.com:ryanbagwell/granite.git
####.fade-to(@time:.3s, @opacity:70)
Fade the applicable element to the given opacity in the given amount of time.
####.fade-in(@time:.3s)
Gradually increase the element's opacity to 100%.
####.fade-out(@time:.3s)
Gradually decrease the element's opacity to 0.
####.color-transition(@color, @time; @easing;);
Transition to the specified color
####.border-color-transition(@border; @time; @easing;)
Transition the border color to the specified color.
####.background-color-transition(@color; @time; @easing;)
Transition the background color to the specified color.
####.fill-color-transition(@color; @time; @easing;)
Transition the svg fill color property.
####.triangle-up(@width; @height; @color;)
Creates an up-pointing triangle.
####.triangle-down(@width; @height; @color;)
Creates a down-pointing triangle.
####.triangle-right(@width; @height; @color;)
Creates a right-pointing triangle.
####.triangle-left(@width; @height; @color;)
Creates a left-pointing triangle.
A shortcut mixin for defining animation properties.
Continuously rotates the targeted element.