Jump to content
Search Community

bensgar92

Members
  • Posts

    3
  • Joined

  • Last visited

bensgar92's Achievements

  1. OH SNAP! It's working! Well, I must've done something right recently. Been reading different forums for the last few hours. Thanks for the reply though!
  2. Hey Zach, here is my portfolio that I am trying to slowly make better every day. https://ben-gardner-react-portfolio.herokuapp.com/. The text on the main page is what I am trying to animate. I added an image of the errors I am receiving in my first post. You can also view them in the console when viewing that site.
  3. I'm working on a portfolio that I have successfully deployed and just recently I was experimenting with some simple text animations. They work great locally but they do not work on Heroku. I have read through a few different forums and tried adding the CDNs to my index.html but still have not had any luck. Any reason as to why Heroku is not accepting my GSAP animations? Here are my imports: import {gsap, Power3} from 'gsap'; import { CSSPlugin } from 'gsap/CSSPlugin' also added this that I saw in another forum post: gsap.registerPlugin(CSSPlugin) So adding the above lines of code was the solution for this error of mine! Hooray!
×
×
  • Create New...