Commit f5a3695c authored by Arthur Verschaeve's avatar Arthur Verschaeve

Cujo: drop transition

This isn't in the spec and didn't add any value.
parent 51545e80
/*global define */
define({
// Cujo uses OOCSS principles and thus separates theme (skin)
// from structure CSS.
theme: { module: 'css!theme/base.css' },
// The root node where all the views will be inserted
root: { $ref: 'dom!todoapp' },
......
#clear-completed {
transition: all .1s ease;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment