Copy the CSS to WordPress and use these HTML classes
animate-float, animate-pulse-glow, animate-bounce,animate-wave, animate-rotate, animate-fade-up,animate-slide-left, animate-slide-right, animate-scale-in
wp-btn (base)wp-btn--primary, wp-btn--secondary, wp-btn--outline,wp-btn--glow, wp-btn--3d, wp-btn--iconwp-btn--sm, wp-btn--lg (sizes)
Hover to lift up
Hover for glowing border
Hover to scale up
Beautiful gradient border
Frosted glass effect
Animated gradient background
wp-card (base)wp-card--lift, wp-card--glow, wp-card--scale,wp-card--gradient, wp-card--glass, wp-card--animated-bg
wp-badge (base)wp-badge--primary, wp-badge--secondary, wp-badge--success,wp-badge--outline, wp-badge--pulse
wp-input (base with focus animation)wp-input--animated (gradient border on focus)wp-input--floating + wp-label--floating (floating label)
wp-image-hover wp-image-hover--zoom (zoom on hover)wp-image-hover wp-image-hover--reveal (reveal text, add data-text attribute)wp-image-hover wp-image-hover--slide (slide overlay)
70% Complete
85% Complete (Striped Animated)
wp-progress (container)wp-progress__bar (bar with width in %)wp-progress--striped (animated stripes)
wp-alert wp-alert--successwp-alert wp-alert--errorwp-alert wp-alert--warningwp-alert wp-alert--info
wp-tooltip with data-tooltip="Your text" attribute
Standard Divider
Gradient Divider
Animated Divider
Dotted Divider
wp-divider (standard)wp-divider--gradientwp-divider--animatedwp-divider--dotted
Copy the entire contents of wordpress-animations.css and paste it into:
Use the HTML classes in your WordPress content:
Change the color variables at the top of the CSS file to match your brand:
:root {--color-primary: #your-color;--color-secondary: #your-color;}