Commit f7998b62 by zhangmeng

anime

parent cfeb744b
...@@ -197,23 +197,21 @@ ...@@ -197,23 +197,21 @@
showTitle() { showTitle() {
anime({ anime({
targets: this.$refs["maininitqrcode"], targets: this.$refs["maininitqrcode"],
width: 1920, width: "100%",
easing: 'linear' easing: 'linear'
}); });
}, },
showTitle2() { showTitle2() {
anime({ anime({
targets: this.$refs["mainbonding"], targets: this.$refs["mainbonding"],
width: 1920, width: "100%",
easing: 'linear' easing: 'linear'
}); });
}, },
showTitle3() { showTitle3() {
anime({ anime({
targets: this.$refs["mainstandby"], targets: this.$refs["mainstandby"],
width: 1920, width: "100%",
easing: 'linear' easing: 'linear'
}); });
}, },
......
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