EthanThatOneKid / acmcsuf.com

🐘 Official website of CSUF's ACM chapter
https://acmcsuf.com
MIT License
37 stars 46 forks source link

Animation on marketing team logo on acmcsuf.com/6/teams #983

Closed karnikaavelumani closed 7 months ago

karnikaavelumani commented 7 months ago

What happened?

The animation on the marketing team logo occurs when the page loads and therefore will not be shown since it occurs before anyone is able to scroll down. Consider looking into intersection observer which will play the animation when a person scrolls to where it is located on the screen.

image

karnikaavelumani commented 7 months ago

The marketing team logo could also be potentially causing the issue of sizing on mobile view https://github.com/EthanThatOneKid/acmcsuf.com/assets/60043611/7f6a1462-1c19-43bf-b0af-b8eb486dc4cb

karnikaavelumani commented 7 months ago

image