Compare commits
2 Commits
44d7c56212
...
21a07a3fda
| Author | SHA1 | Date | |
|---|---|---|---|
| 21a07a3fda | |||
| e83db9541d |
@ -14,7 +14,7 @@ import ExperienceView from "./views/ExperienceView";
|
|||||||
import BlogsView from "./views/BlogsView";
|
import BlogsView from "./views/BlogsView";
|
||||||
import BlogView from "./views/BlogView";
|
import BlogView from "./views/BlogView";
|
||||||
import CacheReloadView from "./utils/CacheReloadView";
|
import CacheReloadView from "./utils/CacheReloadView";
|
||||||
import { LoadingOutlined } from "@ant-design/icons";
|
import { LoadingOutlined } from "@ant-design/icons";
|
||||||
|
|
||||||
const { Content } = Layout;
|
const { Content } = Layout;
|
||||||
const { Footer } = Layout;
|
const { Footer } = Layout;
|
||||||
@ -59,22 +59,19 @@ const App = () => {
|
|||||||
|
|
||||||
const fadeVariants = {
|
const fadeVariants = {
|
||||||
initial: {
|
initial: {
|
||||||
clipPath: "polygon(0 0, 0 0, 0 100%, 0% 100%)",
|
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
},
|
},
|
||||||
animate: {
|
animate: {
|
||||||
clipPath: "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
|
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
transition: {
|
transition: {
|
||||||
duration: 0.7,
|
duration: 0.5,
|
||||||
ease: "easeInOut",
|
ease: "easeInOut",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
exit: {
|
exit: {
|
||||||
clipPath: "polygon(100% 0, 100% 0, 100% 100%, 100% 100%)",
|
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
transition: {
|
transition: {
|
||||||
duration: 0.7,
|
duration: 0.5,
|
||||||
ease: "easeInOut",
|
ease: "easeInOut",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user