Commit f2045da7 by hank

轮子修改

parent 92cc920f
......@@ -173,21 +173,21 @@ export default {
MAIN_INIT_QRCODE() {
anime({
targets: this.$refs["lunzi"],
translateX: "-50%",
translateY: "-20%",
translateX: "-55%",
translateY: "-320px",
translateZ: [-1000, 0],
// rotateY: [0, 360],
duration: 5000,
scale: [0, 1.3]
scale: [0, 1.5]
});
},
MAIN_BONDING() {
anime({
targets: this.$refs["lunzi"],
translateX: "-50%",
translateY: "-20%",
translateX: "-55%",
translateY: "-320px",
// rotateY: [0, 360],
duration: 3000
scale: 1.5
});
},
showTitle() {
......@@ -257,7 +257,7 @@ export default {
}
},
mounted() {
this.MAIN_INIT_QRCODE();
// this.MAIN_INIT_QRCODE();
window.addEventListener(
"resize",
() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment