An open API service indexing awesome lists of open source software.

https://github.com/austinoboyle/stripe-banner-gsap


https://github.com/austinoboyle/stripe-banner-gsap

animations greensock gsap react scss

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# stripe-banner-gsap

**Original Tutorial Link:** [Stripe Customer Carousel with React + GSAP](https://www.austinoboyle.com/blog/stripe-customer-carousel-with-react-+-gsap/)

**Live Demo:** https://www.austinoboyle.com/stripe-banner-gsap/

This project contains both the starting code and the finished product on how to implement [Stripe's customer banner](https://stripe.com/us/customers) in React using GSAP and react-transition-group to handle the animation logic.

The starting code is on the branch `starting-setup`, the finished code is in `master`.

The starting setup uses the [scss modules template](https://github.com/austinoboyle/cra-scss-modules-bootstrap) I explain in a previous blog article: [SCSS Modules with Create-React-App](https://www.austinoboyle.com/blog/scss-modules-with-create-react-app/).