Skip to content

Commit

Permalink
🐛 fix(animation): smooth horizontal scrolling for hwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 19, 2023
1 parent 1656689 commit 02e6771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const HorizontalWrapper: React.FC<THorizontalWrapper> = ({
return (
<div ref={containerRef}>
<motion.div
className="relative z-10"
className="relative z-10 transition transform duration-700 ease-out "
style={{
translateX: xTransform,
opacity: activeOpacity ? opacityTransforom : 1,
Expand Down

0 comments on commit 02e6771

Please sign in to comment.