@micromag/screen-urbania-horoscope 0.3.209 → 0.3.210
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/es/index.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -725,7 +725,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
725
725
|
return {
|
|
726
726
|
opacity: spring,
|
|
727
727
|
transform: spring.to(function (p) {
|
|
728
|
-
return "translateY(".concat(3 * (1 - p), "rem) scale(").concat(1 - 0.25 * (1 - p), ")");
|
|
728
|
+
return "translateY(".concat(3 * Math.pow(1 - p, 5), "rem) scale(").concat(1 - 0.25 * (1 - p), ")");
|
|
729
729
|
})
|
|
730
730
|
};
|
|
731
731
|
};
|
|
@@ -901,7 +901,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
901
901
|
_ref8$id = _ref8.id,
|
|
902
902
|
id = _ref8$id === void 0 ? null : _ref8$id;
|
|
903
903
|
|
|
904
|
-
return /*#__PURE__*/React.createElement(
|
|
904
|
+
return /*#__PURE__*/React.createElement(animated.div, {
|
|
905
905
|
key: id,
|
|
906
906
|
className: styles.sign,
|
|
907
907
|
style: getSignStyles(showSignsGridProgress)
|
package/lib/index.js
CHANGED
|
@@ -770,7 +770,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
770
770
|
return {
|
|
771
771
|
opacity: spring,
|
|
772
772
|
transform: spring.to(function (p) {
|
|
773
|
-
return "translateY(".concat(3 * (1 - p), "rem) scale(").concat(1 - 0.25 * (1 - p), ")");
|
|
773
|
+
return "translateY(".concat(3 * Math.pow(1 - p, 5), "rem) scale(").concat(1 - 0.25 * (1 - p), ")");
|
|
774
774
|
})
|
|
775
775
|
};
|
|
776
776
|
};
|
|
@@ -946,7 +946,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
946
946
|
_ref8$id = _ref8.id,
|
|
947
947
|
id = _ref8$id === void 0 ? null : _ref8$id;
|
|
948
948
|
|
|
949
|
-
return /*#__PURE__*/React__default["default"].createElement(
|
|
949
|
+
return /*#__PURE__*/React__default["default"].createElement(web.animated.div, {
|
|
950
950
|
key: id,
|
|
951
951
|
className: styles.sign,
|
|
952
952
|
style: getSignStyles(showSignsGridProgress)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-horoscope",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@babel/runtime": "^7.13.10",
|
|
53
53
|
"@micromag/core": "^0.3.209",
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
+
"@micromag/element-background": "^0.3.210",
|
|
55
55
|
"@micromag/element-button": "^0.3.209",
|
|
56
56
|
"@micromag/element-call-to-action": "^0.3.209",
|
|
57
57
|
"@micromag/element-container": "^0.3.209",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
79
79
|
}
|