compass-ceaser-easing
compass-ceaser-easing copied to clipboard
Penner equations for css3 transitions
Results
2
compass-ceaser-easing issues
Sort by
recently updated
recently updated
newest added
it is possible to animate multiple attribute? like this: `@include transition(transform 0.8s ease, width 1s ease);` `@include transition-delay(0s, 0.7s);`
I am trying to include the plugin in a (rails free) Rack project, that uses Compass. In the **compass.rb** file I require it, but when I run **$ compass compile...