Commit 5072a08a authored by xiaoye's avatar xiaoye

fix

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