@coorpacademy/components 10.29.6 → 10.29.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
border-radius: 24px;
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
position: absolute;
|
|
32
|
-
|
|
33
|
-
transition: transform 0.5s ease-in;
|
|
34
32
|
pointer-events: none;
|
|
35
33
|
}
|
|
36
34
|
|
|
@@ -42,35 +40,35 @@
|
|
|
42
40
|
z-index: 50;
|
|
43
41
|
width: 100%;
|
|
44
42
|
transform: translate(0, 0);
|
|
45
|
-
transition: transform
|
|
43
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
.position1 {
|
|
49
47
|
z-index: 45;
|
|
50
48
|
width: 98%;
|
|
51
49
|
transform: translate(0.8%, -8px);
|
|
52
|
-
transition: transform
|
|
50
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.position2 {
|
|
56
54
|
z-index: 40;
|
|
57
55
|
width: 96%;
|
|
58
56
|
transform: translate(1.6%, -16px);
|
|
59
|
-
transition: transform
|
|
57
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
60
58
|
}
|
|
61
59
|
|
|
62
60
|
.position3 {
|
|
63
61
|
z-index: 35;
|
|
64
62
|
width: 94%;
|
|
65
63
|
transform: translate(2.4%, -24px);
|
|
66
|
-
transition: transform
|
|
64
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
.position4 {
|
|
70
68
|
z-index: 30;
|
|
71
69
|
width: 92%;
|
|
72
70
|
transform: translate(3.2%, -32px);
|
|
73
|
-
transition: transform
|
|
71
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
74
72
|
}
|
|
75
73
|
|
|
76
74
|
@keyframes slideOutHideAndSlideIn {
|
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
border-radius: 24px;
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
position: absolute;
|
|
32
|
-
|
|
33
|
-
transition: transform 0.5s ease-in;
|
|
34
32
|
pointer-events: none;
|
|
35
33
|
}
|
|
36
34
|
|
|
@@ -42,35 +40,35 @@
|
|
|
42
40
|
z-index: 50;
|
|
43
41
|
width: 100%;
|
|
44
42
|
transform: translate(0, 0);
|
|
45
|
-
transition: transform
|
|
43
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
.position1 {
|
|
49
47
|
z-index: 45;
|
|
50
48
|
width: 98%;
|
|
51
49
|
transform: translate(0.8%, -8px);
|
|
52
|
-
transition: transform
|
|
50
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.position2 {
|
|
56
54
|
z-index: 40;
|
|
57
55
|
width: 96%;
|
|
58
56
|
transform: translate(1.6%, -16px);
|
|
59
|
-
transition: transform
|
|
57
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
60
58
|
}
|
|
61
59
|
|
|
62
60
|
.position3 {
|
|
63
61
|
z-index: 35;
|
|
64
62
|
width: 94%;
|
|
65
63
|
transform: translate(2.4%, -24px);
|
|
66
|
-
transition: transform
|
|
64
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
.position4 {
|
|
70
68
|
z-index: 30;
|
|
71
69
|
width: 92%;
|
|
72
70
|
transform: translate(3.2%, -32px);
|
|
73
|
-
transition: transform
|
|
71
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
74
72
|
}
|
|
75
73
|
|
|
76
74
|
@keyframes slideOutHideAndSlideIn {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.29.
|
|
3
|
+
"version": "10.29.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"last 2 versions",
|
|
158
158
|
"IE 11"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "941e2dc93ceb4182a904270bb4aa945b0bc3aee3"
|
|
161
161
|
}
|