Skip to content

Instantly share code, notes, and snippets.

@Tommy-b
Tommy-b / Simple Swup-GSAP-Wordress example
Last active June 25, 2023 15:14
Basic setup for using Swup page transitions and GSAP in a Wordpress site
Basic setup for using Swup page transitions and GSAP in a Wordpress site.
Notes (Will update as time goes on) :
1. Be sure that if you use ID's on elements there is only one throughout the site.
Since there is no actual page load Chrome has issues determining that you are not
using the same ID multiple times.
@Tommy-b
Tommy-b / GRAVITY FORMS WITH SWUP - BARBA PAGE TRANSITIONS
Last active April 23, 2024 14:21
This allows your gravity forms to load via ajax to ensure they work correctly with page transitions that have no window/document.onload
This allows your gravity forms to load via ajax to ensure they work correctly with page transitions that have no window/document.onload
@Tommy-b
Tommy-b / gravity-forms-stylesheet
Last active April 18, 2020 02:05
Starter file for gravity forms style sheet
.gform_wrapper {
// UL that wraps the fields
ul.gform_fields {
// LI that wraps input
li.gfield {
// Inout label
label.gfield_label {