Bricksmotion Components
  • Getting Started
  • Setup
    • Where is my license key?
    • Activate you license within Bricksforge
  • Using components
    • Bricksforge One-Click
    • Bricks Structure
    • Activate "Event Panel"
    • Manual Importing Timelines and Events
    • Locked Classes
    • Reassign Timelines
    • Loading Conditions
  • Components
    • HEROES
      • Hero #1
      • Hero #2
      • Hero #3
      • Hero #4
      • Hero #5
      • Hero #6
      • Hero #7
      • Hero #8
      • Hero #9
      • Hero #10
    • SCROLL SCENES
      • Sticky Sections #1
      • Vertical Scroll #1
      • Scroll Scene #1
      • Scroll Scene #2
      • Scroll Scene #3
      • Scroll Scene #4
      • Scroll Scene #6
      • Scroll Scene #7
      • Scroll Scene #8
      • Scroll Scene #9
    • BUTTONS
      • Button #1
      • Button #2
      • Button #3
      • Button #4
      • Button #5
      • Button #6
      • Button #7
    • TABS
      • Tabs #3
      • Tabs #4
    • PROJECTS
      • Projects #1
      • Projects #2
      • Projects #3
      • Projects #4
      • Projects #5
      • Projects #6
      • Projects #7
    • CTA
      • CTA #1
      • CTA #2
    • CARDS
      • Cards #1
      • Cards #2
    • MENUS
      • Bottom Nav #1
      • Mega Menu #1
      • Full Screen Menu #2
      • Full Screen Menu #3
    • CUSTOM CURSORS
      • Custom Cursor #1
    • LOADING SCREENS
      • Loading Screen #1
      • Loading Screen #2
      • Loading Screen #3
    • TEXT
      • Text Hover #1
      • Split Text #2
    • IMAGE
      • Image Tilt #1
      • Image Reveal #1
      • Image Reveal #2
      • Image Reveal #3
    • PROGRESS BARS
      • Progress Bar #1
      • Progress Bar #2
Powered by GitBook
On this page
  • Component Structure
  • Animation Structure
  1. Components
  2. CTA

CTA #1

Component Structure

  • CTA1 COMPONENT (Section): This is the primary wrapper of the CTA, setting the stage with a striking background color. It utilizes the cta1__component CSS class, which includes custom properties for animations, particularly focusing on a circular reveal effect.

  • CTA1 CONTAINER (Container): Nested within the CTA1 COMPONENT, this container aligns the CTA content (heading, text, button) centrally. It is styled with the cta1__container CSS class to ensure content is perfectly aligned for maximum visual impact.

  • CTA1 HEADING (Heading): Provides a compelling headline to grab the user's attention, styled with cta1__heading. The text color and alignment are set to ensure readability against the component's background.

  • CTA1 TEXT (Text-basic): Offers additional information or persuasive content to support the headline. It uses the cta1__text class for styling, ensuring the text is centrally aligned and easily readable.

  • CTA1 BUTTON (Button): The call-to-action button, encouraging users to take the next step. Styled with cta1__button, it is positioned to follow the text, inviting immediate action.

Animation Structure

  • CTA1 - In View: Defines the animations for when the CTA component scrolls into view. It comprises two main animations:

    • The first animation expands the cta1__component to full visibility using a circular reveal effect, changing the --circle-width custom property from 0% to 100%.

    • The second animation targets the child elements of cta1__container (heading, text, button), bringing them into view with a vertical movement from 20% and opacity change from 0 to 1. This animation utilizes staggering to ensure each element appears sequentially, enhancing the visual flow.

PreviousCTANextCTA #2

Last updated 1 year ago