Breakdance4fun Logo

Category: Tips

TranslatePress condition for Breakdance

This code snippet adds a new condition in Breakdance, allowing you to select any language you've previously added through TranslatePress. While this code was AI-generated, it has been thoroughly tested…
Read more

How to reduce Dual Heading Annotation spacing

The default underline annotation The Dual Heading element's annotation feature currently has limited positioning controls, particularly for adjusting the space between text and underline. To customize this spacing, you can…
Read more

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