diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 17:11:01 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 17:11:01 +0700 |
| commit | 7788137b2f49bca90334c8fef72b26da61d8d9ba (patch) | |
| tree | 5f694ec88a36cbaa6c30c9acd4fb8540f67c9936 /src/core/components/elements/Sidebar/Sidebar.jsx | |
| parent | c949f5b053de4e557a45ce36d4d2e4789fdfeaef (diff) | |
change sidebar transition duration
Diffstat (limited to 'src/core/components/elements/Sidebar/Sidebar.jsx')
| -rw-r--r-- | src/core/components/elements/Sidebar/Sidebar.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Sidebar/Sidebar.jsx b/src/core/components/elements/Sidebar/Sidebar.jsx index b2514cbe..18ed6ac1 100644 --- a/src/core/components/elements/Sidebar/Sidebar.jsx +++ b/src/core/components/elements/Sidebar/Sidebar.jsx @@ -19,7 +19,7 @@ const Sidebar = ({ active, close }) => { ) const itemClassName = 'px-4 py-3 block !text-gray_r-12/80 font-normal' - const transition = { ease: 'linear', duration: 0.2 } + const transition = { ease: 'linear', duration: 0.1 } const [isOpenCategory, setOpenCategory] = useState(false) const [categories, setCategories] = useState([]) |
