Commit 5072a08a authored by xiaoye's avatar xiaoye

fix

parent 371604ae
<!DOCTYPE html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<script>
......
This diff is collapsed.
This diff is collapsed.
......@@ -32,7 +32,7 @@
}
}
.move_right {
.move_right, .move_right_slow {
&-enter-active,
&-leave-active {
transition: transform 0.5s ease;
......@@ -49,6 +49,12 @@
}
}
.move_right_slow {
&-leave-active {
transition: transform 2s ease;
}
}
.move_up {
&-enter-active,
&-leave-active {
......
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 to comment