@micromag/screen-urbania-article 0.3.420 → 0.3.421
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 +2 -2
package/es/index.js
CHANGED
|
@@ -976,8 +976,8 @@ var UrbaniaArticleCard = function UrbaniaArticleCard(_ref) {
|
|
|
976
976
|
to: {
|
|
977
977
|
y: 0
|
|
978
978
|
},
|
|
979
|
-
|
|
980
|
-
loop: hasIframeSlideIn,
|
|
979
|
+
delay: hasIframeSlideIn ? 700 : 0,
|
|
980
|
+
// loop: hasIframeSlideIn,
|
|
981
981
|
// onResolve: () => {
|
|
982
982
|
// onAnimationEnded(index);
|
|
983
983
|
// },
|
package/lib/index.js
CHANGED
|
@@ -1000,8 +1000,8 @@ var UrbaniaArticleCard = function UrbaniaArticleCard(_ref) {
|
|
|
1000
1000
|
to: {
|
|
1001
1001
|
y: 0
|
|
1002
1002
|
},
|
|
1003
|
-
|
|
1004
|
-
loop: hasIframeSlideIn,
|
|
1003
|
+
delay: hasIframeSlideIn ? 700 : 0,
|
|
1004
|
+
// loop: hasIframeSlideIn,
|
|
1005
1005
|
// onResolve: () => {
|
|
1006
1006
|
// onAnimationEnded(index);
|
|
1007
1007
|
// },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.421",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public",
|
|
80
80
|
"registry": "https://registry.npmjs.org/"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "ede53e31985d6b964d6cc5a60b2521113f74588c"
|
|
83
83
|
}
|