If you don't have experience with Webflow, we recommend enrolling in the Webflow 101 Crash Course. This course will help you learn the basic possibilities of Webflow and understand the Webflow design process.
The Hero Heading stagger animation on the Home page is powered by custom GSAP code. This code is applied to the “Hero Heading” component by default.
How to enable and configure:
Text — the heading text to display.Duration — the duration of each character’s animation, in seconds.Delay — the delay before the animation starts, in seconds.Stagger — the delay between each character’s animation, in seconds.Ease — one of the default GSAP easing values, for example “power2.out”. See the full easing list here: https://gsap.com/resources/getting-started/Easing/.How to disable the animation:
To disable the animation, set the following property values to “0”: Duration and Stagger.
The draggable services carousel on the Home page is powered by custom GSAP code. This functionality allows any block to be dragged horizontally within its parent container. To activate this feature, at least two elements are required: a parent block with the “overflow: hidden” property applied in the Style panel, and a child block placed inside it.
How to enable and configure:
data-carousel="wrapper" — defines the wrapper (parent) block of the carousel.data-carousel-mass="1.36" — controls how “heavy” the carousel feels after releasing it from dragging.data-carousel="inner" — defines the inner (child) block of the carousel.How to disable the animation:
To disable the animation, remove all the data atributes from the parent and child blocks.
The draggable image blocks in the Playground section on the Home page are powered by custom GSAP code. This functionality allows any block to be dragged along both the X and Y axes within its parent container. To activate this feature, at least two elements are required: a parent block with the “overflow: hidden” property applied in the Style panel, and a child block placed inside it.
How to enable and configure:
data-draggable="wrapper" — defines the wrapper (parent) block for draggable items.data-draggable="item" — defines the draggable (child) block.How to disable the animation:
To disable the animation, remove all the data atributes from the parent and child blocks.
To create a new page, follow these steps:
To manage vertical spacing, we've used the utility classes "Margin Bottom". To add bottom space to an element, wrap it into a <div> tag with applied one of the following classes:
All the colors in this template are set globally using Webflow variables. You can modify any color across the entire website in the variables panel.
You can modify any font family across the entire website in the variables panel. To change other font parameters of your website, click on the "Body" element in the Navigator panel, then select the "Body (All Pages)" selector from the Style selector dropdown in the Style panel. Afterward, modify the font parameters in the Typography section.
To change the color of an SVG icon, follow these steps: