Browse Source

Update linear animation

chuzhixin 4 years ago
parent
commit
d1f328d2d2
2 changed files with 3 additions and 5 deletions
  1. 3 3
      package.json
  2. 0 2
      src/styles/transition.scss

+ 3 - 3
package.json

@@ -64,7 +64,7 @@
     "zx-layouts": "^0.6.21",
     "zx-magnifie": "^0.4.0",
     "zx-markdown-editor": "^0.0.2",
-    "zx-player": "^1.0.1",
+    "zx-player": "^1.0.2",
     "zx-quill": "^0.0.3",
     "zx-templates": "^0.0.26",
     "zx-verify": "^0.0.2"
@@ -79,8 +79,8 @@
     "chalk": "^4.1.0",
     "chokidar": "^3.4.3",
     "eslint": "^7.14.0",
-    "eslint-plugin-prettier": "^3.1.4",
-    "eslint-plugin-vue": "^7.1.0",
+    "eslint-plugin-prettier": "^3.2.0",
+    "eslint-plugin-vue": "^7.2.0",
     "filemanager-webpack-plugin": "^2.0.5",
     "image-webpack-loader": "^7.0.1",
     "lint-staged": "^10.5.2",

+ 0 - 2
src/styles/transition.scss

@@ -12,10 +12,8 @@
 
 .fade-transform-enter {
   opacity: 0;
-  transform: translateX(-30px);
 }
 
 .fade-transform-leave-to {
   opacity: 0;
-  transform: translateX(30px);
 }