File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Accepts: `@count` (defaulting to `2`)
93
93
94
94
Sets transition to properties of an element.
95
95
96
- Accepts: ` @seconds ` (defaulting to ` 1s ` )
96
+ Accepts: Duration, a property or any number of properties
97
97
98
98
#### ` .animation `
99
99
Original file line number Diff line number Diff line change 4
4
column-count : @count ;
5
5
}
6
6
7
- .transition (@seconds : 1 s ) {
8
- -moz-transition : @seconds ;
9
- -webkit-transition : @seconds ;
10
- -o-transition : @seconds ;
11
- transition : @seconds ;
7
+ .transition (... ) {
8
+ -moz-transition : @arguments ;
9
+ -webkit-transition : @arguments ;
10
+ -o-transition : @arguments ;
11
+ transition : @arguments ;
12
12
}
13
13
14
14
.animation (@props ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " effortless-css" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " A collection of frequently used {Less} CSS mixins" ,
5
5
"main" : " less/all.less" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments