Breakdance4fun Logo

Category: Tips

Tracking user interactions with AnalyticsWP

AnalyticsWP (aff link) is a lightweight, privacy-focused WordPress plugin that helps website owners track visitor behavior and understand user journeys, without slowing down the website or sharing data externally. Form…
Read more

How to center a button

A modern way to center a specific element within a flex or grid container. align-self in CSS allows you to adjust the alignment of a specific element within a flex…
Read more

How to use GSAP with Breakdance

Good news, Breakdance already uses GSAP!!!But it only loads the GSAP files when they are needed. This is great for performance, obviously, but it also means that we need to…
Read more

How to load GSAP locally

Starting with v1.3, the GSAP files are loaded through a CDN instead of being loaded locally, as was the case in previous versions. What is GSAP ? GSAP (GreenSock Animation…
Read more