Skip to content

Commit c18fd25

Browse files
committed
1 parent 09d8055 commit c18fd25

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.prettierrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"endOfLine": "lf",
3+
"semi": true,
4+
"singleQuote": true,
5+
"tabWidth": 2,
6+
"trailingComma": "all",
7+
"printWidth": 100
8+
}

assets/boostrap/anim.less

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
animation-fill-mode: both;
55
}
66

7+
&&-zoom-appear,
8+
&&-zoom-enter {
9+
opacity: 0;
10+
}
11+
712
&&-zoom-enter, &&-zoom-leave {
813
display: block;
914
}

examples/simple.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Test extends Component {
2121
},
2222
],
2323
placement: 'right',
24+
transitionName: 'rc-tooltip-zoom',
2425
trigger: {
2526
hover: 1,
2627
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "father test"
3838
},
3939
"dependencies": {
40-
"rc-trigger": "^4.2.1"
40+
"rc-trigger": "^5.0.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^26.0.0",

0 commit comments

Comments
 (0)