added entry animation to app

This commit is contained in:
Amruth Pillai
2020-03-27 18:04:26 +05:30
parent 980526ffbb
commit d3c6b23564
6 changed files with 17 additions and 9 deletions

View File

@ -45,7 +45,7 @@ const RightSidebar = () => {
return (
<div
id="rightSidebar"
className="z-10 py-6 h-screen bg-white col-span-1 shadow-2xl overflow-y-scroll"
className="animated slideInRight z-10 py-6 h-screen bg-white col-span-1 shadow-2xl overflow-y-scroll"
>
<TabBar tabs={tabs} currentTab={currentTab} setCurrentTab={setCurrentTab} />
<div className="px-6">{renderTabs()}</div>