@social-mail/social-mail-client 1.8.64 → 1.8.66
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.
- package/dist/site-editor/suggestions/properties/animations/key-frames/css.d.ts +2 -10
- package/dist/site-editor/suggestions/properties/animations/key-frames/css.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/key-frames/css.js +5 -11
- package/dist/site-editor/suggestions/properties/animations/key-frames/css.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js +4 -83
- package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +9 -94
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/suggestions/properties/animations/key-frames/css.ts +5 -8
- package/src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts +33 -33
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
interface ITransform {
|
|
2
|
-
unit?: string;
|
|
3
|
-
x?: number | string;
|
|
4
|
-
y?: number | string;
|
|
5
|
-
z?: number | string;
|
|
6
|
-
}
|
|
7
1
|
export declare const CSSBuilder: {
|
|
8
|
-
toUnit: (n: number | string, u?: string) => string;
|
|
9
2
|
perc: (n: any) => string;
|
|
10
3
|
vh: (n: any) => string;
|
|
11
4
|
vw: (n: any) => string;
|
|
12
|
-
px: (n:
|
|
13
|
-
translate3d: (
|
|
5
|
+
px: (n: number | string) => string;
|
|
6
|
+
translate3d: (x?: string | number, y?: string | number, z?: string | number) => string;
|
|
14
7
|
transform: (...n: string[]) => {
|
|
15
8
|
transform: string;
|
|
16
9
|
};
|
|
17
10
|
};
|
|
18
|
-
export {};
|
|
19
11
|
//# sourceMappingURL=css.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/css.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,UAAU;;;;YAVR,MAAM,GAAG,MAAM;;sBAMJ,MAAM,EAAE;;;CAWjC,CAAC"}
|
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
System.register([], function (_export, _context) {
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var px, translate3d, transform, perc, CSSBuilder;
|
|
5
5
|
return {
|
|
6
6
|
setters: [],
|
|
7
7
|
execute: function () {
|
|
8
8
|
;
|
|
9
|
-
|
|
10
|
-
translate3d = ({
|
|
11
|
-
unit = "px",
|
|
12
|
-
x = 0,
|
|
13
|
-
y = 0,
|
|
14
|
-
z = 0
|
|
15
|
-
} = {}) => !(x && y && z) ? "none" : `translate3d(${toUnit(x, unit)}, ${toUnit(y, unit)}, ${toUnit(z, unit)})`;
|
|
9
|
+
px = n => typeof n === "string" ? n : `${n}px`;
|
|
10
|
+
translate3d = (x = 0, y = 0, z = 0) => !(x && y && z) ? "none" : `translate3d(${px(x)}, ${px(y)}, ${px(z)})`;
|
|
16
11
|
transform = (...n) => ({
|
|
17
|
-
transform: n.join(" ")
|
|
12
|
+
transform: n.length ? n.join(" ") : "none"
|
|
18
13
|
});
|
|
19
14
|
perc = n => `${n}%`;
|
|
20
15
|
_export("CSSBuilder", CSSBuilder = {
|
|
21
|
-
toUnit,
|
|
22
16
|
perc,
|
|
23
17
|
vh: n => `${n}vh`,
|
|
24
18
|
vw: n => `${n}vw`,
|
|
25
|
-
px
|
|
19
|
+
px,
|
|
26
20
|
translate3d,
|
|
27
21
|
transform
|
|
28
22
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["px","n","translate3d","x","y","z","transform","length","join","perc","_export","CSSBuilder","vh","vw"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/css.ts"],"sourcesContent":[null],"mappings":";;;;;;;MAKC;MAEKA,EAAE,GAAIC,CAAkB,IAAK,OAAOA,CAAC,KAAK,QAAQ,GAAGA,CAAC,GAAG,GAAGA,CAAC,IAAI;MAEjEC,WAAW,GAAGA,CAACC,CAAA,GAAE,CAAoB,EAAEC,CAAA,GAAE,CAAoB,EAAEC,CAAA,GAAE,CAAoB,KAAK,EAAEF,CAAC,IAAIC,CAAC,IAAIC,CAAC,CAAC,GACxG,MAAM,GACN,eAAeL,EAAE,CAACG,CAAC,CAAC,KAAKH,EAAE,CAACI,CAAC,CAAC,KAAKJ,EAAE,CAACK,CAAC,CAAC,GAAG;MAE3CC,SAAS,GAAGA,CAAC,GAAIL,CAAW,MAAM;QAAEK,SAAS,EAAEL,CAAC,CAACM,MAAM,GAAGN,CAAC,CAACO,IAAI,CAAC,GAAG,CAAC,GAAG;MAAM,CAAC,CAAC;MAEhFC,IAAI,GAAIR,CAAC,IAAK,GAAGA,CAAC,GAAG;MAAAS,OAAA,eAEdC,UAAU,GAAG;QACtBF,IAAI;QACJG,EAAE,EAAGX,CAAC,IAAK,GAAGA,CAAC,IAAI;QACnBY,EAAE,EAAGZ,CAAC,IAAK,GAAGA,CAAC,IAAI;QACnBD,EAAE;QACFE,WAAW;QACXI;OACH;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
System.register(["./css"], function (_export, _context) {
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var CSSBuilder, motion, perc, vh, vw, translate3d, cssTranslate;
|
|
4
|
+
var CSSBuilder, motion, perc, vh, vw, translate3d, transform, cssTranslate;
|
|
5
5
|
return {
|
|
6
6
|
setters: [function (_css) {
|
|
7
7
|
CSSBuilder = _css.CSSBuilder;
|
|
@@ -30,93 +30,14 @@ System.register(["./css"], function (_export, _context) {
|
|
|
30
30
|
perc,
|
|
31
31
|
vh,
|
|
32
32
|
vw,
|
|
33
|
-
translate3d
|
|
33
|
+
translate3d,
|
|
34
|
+
transform
|
|
34
35
|
} = CSSBuilder);
|
|
35
36
|
_export("cssTranslate", cssTranslate = ({
|
|
36
37
|
title: name,
|
|
37
38
|
keyframes
|
|
38
39
|
}) => {
|
|
39
|
-
return [motion(keyframes, name, "to-left", translate3d(), translate3d(
|
|
40
|
-
x: perc(-100)
|
|
41
|
-
})), motion(keyframes, name, "to-right", translate3d(), translate3d({
|
|
42
|
-
x: perc(100)
|
|
43
|
-
})), motion(keyframes, name, "to-top", translate3d(), translate3d({
|
|
44
|
-
y: perc(-100)
|
|
45
|
-
})), motion(keyframes, name, "to-bottom", translate3d(), translate3d({
|
|
46
|
-
y: perc(100)
|
|
47
|
-
})), motion(keyframes, name, "from-left", translate3d({
|
|
48
|
-
x: perc(-100)
|
|
49
|
-
}), translate3d()), motion(keyframes, name, "from-right", translate3d({
|
|
50
|
-
x: perc(100)
|
|
51
|
-
}), translate3d()), motion(keyframes, name, "from-top", translate3d({
|
|
52
|
-
y: perc(-100)
|
|
53
|
-
}), translate3d()), motion(keyframes, name, "from-bottom", translate3d({
|
|
54
|
-
y: perc(100)
|
|
55
|
-
}), translate3d()), motion(keyframes, name, "to-far-left", translate3d(), translate3d({
|
|
56
|
-
x: vw(-100)
|
|
57
|
-
})), motion(keyframes, name, "to-far-right", translate3d(), translate3d({
|
|
58
|
-
x: vw(100)
|
|
59
|
-
})), motion(keyframes, name, "to-far-top", translate3d(), translate3d({
|
|
60
|
-
y: vh(-100)
|
|
61
|
-
})), motion(keyframes, name, "to-far-bottom", translate3d(), translate3d({
|
|
62
|
-
y: vh(100)
|
|
63
|
-
})), motion(keyframes, name, "from-far-left", translate3d({
|
|
64
|
-
x: vw(-100)
|
|
65
|
-
}), translate3d()), motion(keyframes, name, "from-far-right", translate3d({
|
|
66
|
-
x: vw(100)
|
|
67
|
-
}), translate3d()), motion(keyframes, name, "from-far-top", translate3d({
|
|
68
|
-
y: vh(-100)
|
|
69
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom", translate3d({
|
|
70
|
-
y: vh(100)
|
|
71
|
-
}), translate3d()), motion(keyframes, name, "to-top-left", translate3d(), translate3d({
|
|
72
|
-
x: perc(-100),
|
|
73
|
-
y: perc(-100)
|
|
74
|
-
})), motion(keyframes, name, "to-top-right", translate3d(), translate3d({
|
|
75
|
-
x: perc(100),
|
|
76
|
-
y: perc(-100)
|
|
77
|
-
})), motion(keyframes, name, "to-bottom-right", translate3d(), translate3d({
|
|
78
|
-
x: perc(100),
|
|
79
|
-
y: perc(100)
|
|
80
|
-
})), motion(keyframes, name, "to-bottom-left", translate3d(), translate3d({
|
|
81
|
-
x: perc(-100),
|
|
82
|
-
y: perc(100)
|
|
83
|
-
})), motion(keyframes, name, "from-top-left", translate3d({
|
|
84
|
-
x: perc(-100),
|
|
85
|
-
y: perc(-100)
|
|
86
|
-
}), translate3d()), motion(keyframes, name, "from-top-right", translate3d({
|
|
87
|
-
x: perc(100),
|
|
88
|
-
y: perc(-100)
|
|
89
|
-
}), translate3d()), motion(keyframes, name, "from-bottom-right", translate3d({
|
|
90
|
-
x: perc(100),
|
|
91
|
-
y: perc(100)
|
|
92
|
-
}), translate3d()), motion(keyframes, name, "from-bottom-left", translate3d({
|
|
93
|
-
x: perc(-100),
|
|
94
|
-
y: perc(100)
|
|
95
|
-
}), translate3d()), motion(keyframes, name, "to-far-top-left", translate3d(), translate3d({
|
|
96
|
-
x: vw(-100),
|
|
97
|
-
y: vh(-100)
|
|
98
|
-
})), motion(keyframes, name, "to-far-top-right", translate3d(), translate3d({
|
|
99
|
-
x: vw(100),
|
|
100
|
-
y: vh(-100)
|
|
101
|
-
})), motion(keyframes, name, "to-far-bottom-right", translate3d(), translate3d({
|
|
102
|
-
x: vw(100),
|
|
103
|
-
y: vh(100)
|
|
104
|
-
})), motion(keyframes, name, "to-far-bottom-left", translate3d(), translate3d({
|
|
105
|
-
x: vw(-100),
|
|
106
|
-
y: vh(100)
|
|
107
|
-
})), motion(keyframes, name, "from-far-top-left", translate3d({
|
|
108
|
-
x: vw(-100),
|
|
109
|
-
y: vh(-100)
|
|
110
|
-
}), translate3d()), motion(keyframes, name, "from-far-top-right", translate3d({
|
|
111
|
-
x: vw(100),
|
|
112
|
-
y: vh(-100)
|
|
113
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom-right", translate3d({
|
|
114
|
-
x: vw(100),
|
|
115
|
-
y: vh(100)
|
|
116
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom-left", translate3d({
|
|
117
|
-
x: vw(-100),
|
|
118
|
-
y: vh(100)
|
|
119
|
-
}), translate3d())];
|
|
40
|
+
return [motion(keyframes, name, "to-left", transform(), transform(translate3d(perc(-100)))), motion(keyframes, name, "to-right", transform(), transform(translate3d(perc(100)))), motion(keyframes, name, "to-top", transform(), transform(translate3d(0, perc(-100)))), motion(keyframes, name, "to-bottom", transform(), transform(translate3d(0, perc(100)))), motion(keyframes, name, "from-left", transform(translate3d(perc(-100))), transform()), motion(keyframes, name, "from-right", transform(translate3d(perc(100))), transform()), motion(keyframes, name, "from-top", transform(translate3d(0, perc(-100))), transform()), motion(keyframes, name, "from-bottom", transform(translate3d(0, perc(100))), transform()), motion(keyframes, name, "to-far-left", transform(), transform(translate3d(vw(-100)))), motion(keyframes, name, "to-far-right", transform(), transform(translate3d(vw(100)))), motion(keyframes, name, "to-far-top", transform(), transform(translate3d(0, vh(-100)))), motion(keyframes, name, "to-far-bottom", transform(), transform(translate3d(0, vh(100)))), motion(keyframes, name, "from-far-left", transform(translate3d(vw(-100))), transform()), motion(keyframes, name, "from-far-right", transform(translate3d(vw(100))), transform()), motion(keyframes, name, "from-far-top", transform(translate3d(0, vh(-100))), transform()), motion(keyframes, name, "from-far-bottom", transform(translate3d(0, vh(100))), transform()), motion(keyframes, name, "to-top-left", transform(), transform(translate3d(perc(-100), perc(-100)))), motion(keyframes, name, "to-top-right", transform(), transform(translate3d(perc(100), perc(-100)))), motion(keyframes, name, "to-bottom-right", transform(), transform(translate3d(perc(100), perc(100)))), motion(keyframes, name, "to-bottom-left", transform(), transform(translate3d(perc(-100), perc(100)))), motion(keyframes, name, "from-top-left", transform(translate3d(perc(-100), perc(-100))), transform()), motion(keyframes, name, "from-top-right", transform(translate3d(perc(100), perc(-100))), transform()), motion(keyframes, name, "from-bottom-right", transform(translate3d(perc(100), perc(100))), transform()), motion(keyframes, name, "from-bottom-left", transform(translate3d(perc(-100), perc(100))), transform()), motion(keyframes, name, "to-far-top-left", transform(), transform(translate3d(vw(-100), vh(-100)))), motion(keyframes, name, "to-far-top-right", transform(), transform(translate3d(vw(100), vh(-100)))), motion(keyframes, name, "to-far-bottom-right", transform(), transform(translate3d(vw(100), vh(100)))), motion(keyframes, name, "to-far-bottom-left", transform(), transform(translate3d(vw(-100), vh(100)))), motion(keyframes, name, "from-far-top-left", transform(translate3d(vw(-100), vh(-100))), transform()), motion(keyframes, name, "from-far-top-right", transform(translate3d(vw(100), vh(-100))), transform()), motion(keyframes, name, "from-far-bottom-right", transform(translate3d(vw(100), vh(100))), transform()), motion(keyframes, name, "from-far-bottom-left", transform(translate3d(vw(-100), vh(100))), transform())];
|
|
120
41
|
});
|
|
121
42
|
}
|
|
122
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CSSBuilder","_css","execute","motion","keyframes","name","suffix","from","to","map","x","Object","assign","first","last","length","key","prototype","hasOwnProperty","call","title","perc","vh","vw","translate3d","
|
|
1
|
+
{"version":3,"names":["CSSBuilder","_css","execute","motion","keyframes","name","suffix","from","to","map","x","Object","assign","first","last","length","key","prototype","hasOwnProperty","call","title","perc","vh","vw","translate3d","transform","_export","cssTranslate"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
|
|
@@ -34465,28 +34465,22 @@ System.register([], function (_export, _context) {
|
|
|
34465
34465
|
System.register([], function (_export, _context) {
|
|
34466
34466
|
"use strict";
|
|
34467
34467
|
|
|
34468
|
-
var
|
|
34468
|
+
var px, translate3d, transform, perc, CSSBuilder;
|
|
34469
34469
|
return {
|
|
34470
34470
|
setters: [],
|
|
34471
34471
|
execute: function () {
|
|
34472
34472
|
;
|
|
34473
|
-
|
|
34474
|
-
translate3d = ({
|
|
34475
|
-
unit = "px",
|
|
34476
|
-
x = 0,
|
|
34477
|
-
y = 0,
|
|
34478
|
-
z = 0
|
|
34479
|
-
} = {}) => !(x && y && z) ? "none" : `translate3d(${toUnit(x, unit)}, ${toUnit(y, unit)}, ${toUnit(z, unit)})`;
|
|
34473
|
+
px = n => typeof n === "string" ? n : `${n}px`;
|
|
34474
|
+
translate3d = (x = 0, y = 0, z = 0) => !(x && y && z) ? "none" : `translate3d(${px(x)}, ${px(y)}, ${px(z)})`;
|
|
34480
34475
|
transform = (...n) => ({
|
|
34481
|
-
transform: n.join(" ")
|
|
34476
|
+
transform: n.length ? n.join(" ") : "none"
|
|
34482
34477
|
});
|
|
34483
34478
|
perc = n => `${n}%`;
|
|
34484
34479
|
_export("CSSBuilder", CSSBuilder = {
|
|
34485
|
-
toUnit,
|
|
34486
34480
|
perc,
|
|
34487
34481
|
vh: n => `${n}vh`,
|
|
34488
34482
|
vw: n => `${n}vw`,
|
|
34489
|
-
px
|
|
34483
|
+
px,
|
|
34490
34484
|
translate3d,
|
|
34491
34485
|
transform
|
|
34492
34486
|
});
|
|
@@ -34500,7 +34494,7 @@ System.register([], function (_export, _context) {
|
|
|
34500
34494
|
System.register(["./css"], function (_export, _context) {
|
|
34501
34495
|
"use strict";
|
|
34502
34496
|
|
|
34503
|
-
var CSSBuilder, motion, perc, vh, vw, translate3d, cssTranslate;
|
|
34497
|
+
var CSSBuilder, motion, perc, vh, vw, translate3d, transform, cssTranslate;
|
|
34504
34498
|
return {
|
|
34505
34499
|
setters: [function (_css) {
|
|
34506
34500
|
CSSBuilder = _css.CSSBuilder;
|
|
@@ -34529,93 +34523,14 @@ System.register(["./css"], function (_export, _context) {
|
|
|
34529
34523
|
perc,
|
|
34530
34524
|
vh,
|
|
34531
34525
|
vw,
|
|
34532
|
-
translate3d
|
|
34526
|
+
translate3d,
|
|
34527
|
+
transform
|
|
34533
34528
|
} = CSSBuilder);
|
|
34534
34529
|
_export("cssTranslate", cssTranslate = ({
|
|
34535
34530
|
title: name,
|
|
34536
34531
|
keyframes
|
|
34537
34532
|
}) => {
|
|
34538
|
-
return [motion(keyframes, name, "to-left", translate3d(), translate3d(
|
|
34539
|
-
x: perc(-100)
|
|
34540
|
-
})), motion(keyframes, name, "to-right", translate3d(), translate3d({
|
|
34541
|
-
x: perc(100)
|
|
34542
|
-
})), motion(keyframes, name, "to-top", translate3d(), translate3d({
|
|
34543
|
-
y: perc(-100)
|
|
34544
|
-
})), motion(keyframes, name, "to-bottom", translate3d(), translate3d({
|
|
34545
|
-
y: perc(100)
|
|
34546
|
-
})), motion(keyframes, name, "from-left", translate3d({
|
|
34547
|
-
x: perc(-100)
|
|
34548
|
-
}), translate3d()), motion(keyframes, name, "from-right", translate3d({
|
|
34549
|
-
x: perc(100)
|
|
34550
|
-
}), translate3d()), motion(keyframes, name, "from-top", translate3d({
|
|
34551
|
-
y: perc(-100)
|
|
34552
|
-
}), translate3d()), motion(keyframes, name, "from-bottom", translate3d({
|
|
34553
|
-
y: perc(100)
|
|
34554
|
-
}), translate3d()), motion(keyframes, name, "to-far-left", translate3d(), translate3d({
|
|
34555
|
-
x: vw(-100)
|
|
34556
|
-
})), motion(keyframes, name, "to-far-right", translate3d(), translate3d({
|
|
34557
|
-
x: vw(100)
|
|
34558
|
-
})), motion(keyframes, name, "to-far-top", translate3d(), translate3d({
|
|
34559
|
-
y: vh(-100)
|
|
34560
|
-
})), motion(keyframes, name, "to-far-bottom", translate3d(), translate3d({
|
|
34561
|
-
y: vh(100)
|
|
34562
|
-
})), motion(keyframes, name, "from-far-left", translate3d({
|
|
34563
|
-
x: vw(-100)
|
|
34564
|
-
}), translate3d()), motion(keyframes, name, "from-far-right", translate3d({
|
|
34565
|
-
x: vw(100)
|
|
34566
|
-
}), translate3d()), motion(keyframes, name, "from-far-top", translate3d({
|
|
34567
|
-
y: vh(-100)
|
|
34568
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom", translate3d({
|
|
34569
|
-
y: vh(100)
|
|
34570
|
-
}), translate3d()), motion(keyframes, name, "to-top-left", translate3d(), translate3d({
|
|
34571
|
-
x: perc(-100),
|
|
34572
|
-
y: perc(-100)
|
|
34573
|
-
})), motion(keyframes, name, "to-top-right", translate3d(), translate3d({
|
|
34574
|
-
x: perc(100),
|
|
34575
|
-
y: perc(-100)
|
|
34576
|
-
})), motion(keyframes, name, "to-bottom-right", translate3d(), translate3d({
|
|
34577
|
-
x: perc(100),
|
|
34578
|
-
y: perc(100)
|
|
34579
|
-
})), motion(keyframes, name, "to-bottom-left", translate3d(), translate3d({
|
|
34580
|
-
x: perc(-100),
|
|
34581
|
-
y: perc(100)
|
|
34582
|
-
})), motion(keyframes, name, "from-top-left", translate3d({
|
|
34583
|
-
x: perc(-100),
|
|
34584
|
-
y: perc(-100)
|
|
34585
|
-
}), translate3d()), motion(keyframes, name, "from-top-right", translate3d({
|
|
34586
|
-
x: perc(100),
|
|
34587
|
-
y: perc(-100)
|
|
34588
|
-
}), translate3d()), motion(keyframes, name, "from-bottom-right", translate3d({
|
|
34589
|
-
x: perc(100),
|
|
34590
|
-
y: perc(100)
|
|
34591
|
-
}), translate3d()), motion(keyframes, name, "from-bottom-left", translate3d({
|
|
34592
|
-
x: perc(-100),
|
|
34593
|
-
y: perc(100)
|
|
34594
|
-
}), translate3d()), motion(keyframes, name, "to-far-top-left", translate3d(), translate3d({
|
|
34595
|
-
x: vw(-100),
|
|
34596
|
-
y: vh(-100)
|
|
34597
|
-
})), motion(keyframes, name, "to-far-top-right", translate3d(), translate3d({
|
|
34598
|
-
x: vw(100),
|
|
34599
|
-
y: vh(-100)
|
|
34600
|
-
})), motion(keyframes, name, "to-far-bottom-right", translate3d(), translate3d({
|
|
34601
|
-
x: vw(100),
|
|
34602
|
-
y: vh(100)
|
|
34603
|
-
})), motion(keyframes, name, "to-far-bottom-left", translate3d(), translate3d({
|
|
34604
|
-
x: vw(-100),
|
|
34605
|
-
y: vh(100)
|
|
34606
|
-
})), motion(keyframes, name, "from-far-top-left", translate3d({
|
|
34607
|
-
x: vw(-100),
|
|
34608
|
-
y: vh(-100)
|
|
34609
|
-
}), translate3d()), motion(keyframes, name, "from-far-top-right", translate3d({
|
|
34610
|
-
x: vw(100),
|
|
34611
|
-
y: vh(-100)
|
|
34612
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom-right", translate3d({
|
|
34613
|
-
x: vw(100),
|
|
34614
|
-
y: vh(100)
|
|
34615
|
-
}), translate3d()), motion(keyframes, name, "from-far-bottom-left", translate3d({
|
|
34616
|
-
x: vw(-100),
|
|
34617
|
-
y: vh(100)
|
|
34618
|
-
}), translate3d())];
|
|
34533
|
+
return [motion(keyframes, name, "to-left", transform(), transform(translate3d(perc(-100)))), motion(keyframes, name, "to-right", transform(), transform(translate3d(perc(100)))), motion(keyframes, name, "to-top", transform(), transform(translate3d(0, perc(-100)))), motion(keyframes, name, "to-bottom", transform(), transform(translate3d(0, perc(100)))), motion(keyframes, name, "from-left", transform(translate3d(perc(-100))), transform()), motion(keyframes, name, "from-right", transform(translate3d(perc(100))), transform()), motion(keyframes, name, "from-top", transform(translate3d(0, perc(-100))), transform()), motion(keyframes, name, "from-bottom", transform(translate3d(0, perc(100))), transform()), motion(keyframes, name, "to-far-left", transform(), transform(translate3d(vw(-100)))), motion(keyframes, name, "to-far-right", transform(), transform(translate3d(vw(100)))), motion(keyframes, name, "to-far-top", transform(), transform(translate3d(0, vh(-100)))), motion(keyframes, name, "to-far-bottom", transform(), transform(translate3d(0, vh(100)))), motion(keyframes, name, "from-far-left", transform(translate3d(vw(-100))), transform()), motion(keyframes, name, "from-far-right", transform(translate3d(vw(100))), transform()), motion(keyframes, name, "from-far-top", transform(translate3d(0, vh(-100))), transform()), motion(keyframes, name, "from-far-bottom", transform(translate3d(0, vh(100))), transform()), motion(keyframes, name, "to-top-left", transform(), transform(translate3d(perc(-100), perc(-100)))), motion(keyframes, name, "to-top-right", transform(), transform(translate3d(perc(100), perc(-100)))), motion(keyframes, name, "to-bottom-right", transform(), transform(translate3d(perc(100), perc(100)))), motion(keyframes, name, "to-bottom-left", transform(), transform(translate3d(perc(-100), perc(100)))), motion(keyframes, name, "from-top-left", transform(translate3d(perc(-100), perc(-100))), transform()), motion(keyframes, name, "from-top-right", transform(translate3d(perc(100), perc(-100))), transform()), motion(keyframes, name, "from-bottom-right", transform(translate3d(perc(100), perc(100))), transform()), motion(keyframes, name, "from-bottom-left", transform(translate3d(perc(-100), perc(100))), transform()), motion(keyframes, name, "to-far-top-left", transform(), transform(translate3d(vw(-100), vh(-100)))), motion(keyframes, name, "to-far-top-right", transform(), transform(translate3d(vw(100), vh(-100)))), motion(keyframes, name, "to-far-bottom-right", transform(), transform(translate3d(vw(100), vh(100)))), motion(keyframes, name, "to-far-bottom-left", transform(), transform(translate3d(vw(-100), vh(100)))), motion(keyframes, name, "from-far-top-left", transform(translate3d(vw(-100), vh(-100))), transform()), motion(keyframes, name, "from-far-top-right", transform(translate3d(vw(100), vh(-100))), transform()), motion(keyframes, name, "from-far-bottom-right", transform(translate3d(vw(100), vh(100))), transform()), motion(keyframes, name, "from-far-bottom-left", transform(translate3d(vw(-100), vh(100))), transform())];
|
|
34619
34534
|
});
|
|
34620
34535
|
}
|
|
34621
34536
|
};
|