fix: fix animation for the card
This commit is contained in:
parent
2b8c5473c0
commit
4e15eacee7
@ -85,7 +85,7 @@ export function CompanyTimeline() {
|
|||||||
>
|
>
|
||||||
<Card
|
<Card
|
||||||
className='overflow-hidden transition-all hover:shadow-md'
|
className='overflow-hidden transition-all hover:shadow-md'
|
||||||
data-aos={index % 2 === 0 ? 'fade-left' : 'fade-right'}
|
data-aos={index % 2 === 0 ? 'fade-up' : 'fade-right'}
|
||||||
>
|
>
|
||||||
<CardContent className='p-4'>
|
<CardContent className='p-4'>
|
||||||
<p className='text-gray-600'>{event.description}</p>
|
<p className='text-gray-600'>{event.description}</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user