oyfaatuva / oyfa-website

A new website for the Organization of Young Filipino Americans at UVA, built with React.js
http://oyfaatuva.com
MIT License
0 stars 1 forks source link

Use different carousel for Home Page Testimonies #9

Open SeBorromeo opened 4 months ago

SeBorromeo commented 4 months ago

The HomeTestimonies component used at the bottom of the home page was implemented using React Bootstrap's Carousel component. This component worked well for images with a fade transition between them like we used for the HomeTitle component but for sliding information, the animation doesn't slide properly. The slide leaving slides correctly but the entering information appears with no animation. A suitable replacement for this component would be the React Slick Carousel we are already using like in the Merch page. This would also work very well with testimonies as it allows for several columns to be displayed at a time similar to the original carousel used in the previous website.

hunxjunedo commented 4 months ago

@colbyle25 @SeBorromeo kindly assign the issue to me, I've worked with React Slick and interested in contributing.