# Creating a Button Hover Effect | Creght Visual Documentation

> This tutorial demonstrates how to use custom components to create a smooth hover (mouse-over) animation for buttons.…

[![Creght](https://ugc.talizen.com/_assets/site/2061660904709165056/1780797461299__creght_logo.png)Help Center](/en/help.md)

[Changelog](/en/blogs.md)

[AI](/en/docs/ai/quick-create-first-website.md) [Visual](/en/docs/get-start.md)

Basic

- [Get to Know Creght in 2 Minutes](/en/docs/get-start.md)
- [How to Register for Creght](/en/docs/signup.md)
- [Creating a Project in Creght](/en/docs/create-site.md)
- [Templates](/en/docs/tpls.md)

Design

- [Using the Editor](/en/docs/editor.md)
- [Basic Operations](/en/docs/operating.md)
- [Layouts in Creght](/en/docs/layout.md)
- [Position in Creght](/en/docs/position.md)
- [Size in Creght](/en/docs/size.md)
- [Breakpoints in Creght](/en/docs/breakpoint.md)
- [Overlays](/en/docs/popover.md)
- [Components in Creght](/en/docs/components.md)
- [Adding Third-Party Fonts](/en/docs/tp-font.md)
- [Duplicate and Deep Copy](/en/docs/deep-copy.md)

CMS

- [CMS (Content Management System)](/en/docs/cms.md)
- [Importing WeChat Official Account Articles into CMS](/en/docs/wxmp.md)

Site Setting

- [Page Settings](/en/docs/page-setting.md)
- [How to Upgrade a Plan](/en/docs/manage-plan.md)
- [SEO Settings](/en/docs/seo-setting.md)
- [Small Files (Site Verification)](/en/docs/verification-file.md)
- [Adding a Custom Domain in Creght](/en/docs/custom-domain.md)
- [How to Complete ICP Filing](/en/docs/beian.md)
- [Server Nodes](/en/docs/website-node.md)
- [How to Switch Sites](/en/docs/pxrp79jqtnyq.md)
- [Localization](/en/docs/localization.md)

AI

- [About Creght AI](/en/docs/creght-ai.md)

Tool

- [Convert Figma Designs into Live Websites](/en/docs/figma-to-creght.md)
- [3 Guidelines for Responsive Figma Layouts](/en/docs/figma-autolayout.md)
- [Covert Figma to live website](/en/docs/response-site.md)
- [Figma to Responsive Website: Interactions](/en/docs/figma03.md)
- [Compressing Video with FFmpeg](/en/docs/ffmpeg.md)
- [How to Add Clarity to Your Website](/en/docs/clarity.md)
- [Creating a Button Hover Effect](/en/docs/button.md)
- [How to Build a Reusable Collapsible FAQ Panel](/en/docs/collapse.md)
- [Responsive Navigation Tutorial](/en/docs/nav.md)

Tool/

# Creating a Button Hover Effect

This tutorial demonstrates how to use **custom components** to create a smooth hover (mouse-over) animation for buttons.

## **Prerequisites**

- Basic layer manipulation skills
- Understanding of component fundamentals
- Familiarity with the properties panel layout

## **Step-by-Step Guide**

### **Step 1: Create a Button Component**

1. Select the button layer, right-click, and choose **“Create Component”**.
2. Enter a component name and double-click to open the component editor.

![image.png](https://fsu.creght.com/user/3/mhZFWsmipnO__image.png)

### **Step 2: Add a Hover Variant**

1. Inside the component editor, select the root node.
2. Click **“Add Hover Variant.”**

![image.png](https://fsu.creght.com/user/3/mhZFWTqgpgb__image.png)

### **Step 3: Create a Hover Text Element**

1. Duplicate the text component ( **Ctrl+D** / **Cmd+D**).
2. Set the new text’s position mode to **Absolute Positioning**.
3. Adjust the **Top** value so that the text sits outside the blue background area.

![image.png](https://fsu.creght.com/user/3/micPjjvlYdC__image.png)


### **Step 4: Define the Hover Animation**

1. Select the text element inside the **Hover** variant.
2. In the right-hand panel, click **“\+ Add Property.”**
3. Choose **Y-axis Offset**.
4. Set the value to **200%**.

![image.png](https://fsu.creght.com/user/3/mhZFXZryJrz__image.png)

### **Step 5: Fine-Tune Text Position**

1. Select the lower text component.
2. Adjust its **Top** value to **17px**.

![image.png](https://fsu.creght.com/user/3/mhZFYuygJoi__image.png)

### **Step 6: Hide Overflow Content**

1. Select the **Default** root component.
2. In the properties panel, locate the **Overflow** setting.
3. Set it to **Hidden**.

![image.png](https://fsu.creght.com/user/3/mhZFYNPFkmZ__image.png)

### **Step 7: Preview the Effect**

You can now preview the hover effect in action. When users hover over the button, the text smoothly transitions with an animated slide.

## **Advanced Notes**

Once you’ve mastered button hover effects, you can apply the same principles to other components such as cards, navigation items, and more.

### **Component Property Inheritance Rules**

- **Unmodified properties**: Attributes from the **Primary component** are inherited by all variants (e.g., _Overflow: Hidden_).
- **Modified properties**: If a property is changed in a variant, updates in the Primary component won’t override it.
- **Reset properties**: Properties that differ from the Primary show a **blue indicator**. Right-click the property and select **“Reset”** to restore consistency.

![image.png](https://fsu.creght.com/user/3/mhZFZsiKSvp__image.png)

On this page

- [Prerequisites](#prerequisites)
- [Step-by-Step Guide](#step-by-step-guide)
- [Step 1: Create a Button Component](#step-1-create-a-button-component)
- [Step 2: Add a Hover Variant](#step-2-add-a-hover-variant)
- [Step 3: Create a Hover Text Element](#step-3-create-a-hover-text-element)
- [Step 4: Define the Hover Animation](#step-4-define-the-hover-animation)
- [Step 5: Fine-Tune Text Position](#step-5-fine-tune-text-position)
- [Step 6: Hide Overflow Content](#step-6-hide-overflow-content)
- [Step 7: Preview the Effect](#step-7-preview-the-effect)
- [Advanced Notes](#advanced-notes)
- [Component Property Inheritance Rules](#component-property-inheritance-rules)

![Creght](https://ugc.talizen.com/_assets/site/2061660904709165056/1780797461299__creght_logo.png)

This website is built with [Creght](/en.md)

![User Community](https://ugc.talizen.com/_assets/site/2061660904709165056/1781070374701__help_qr.webp)

User Community

## Links

- [Pricing](/en/price.md)
- [Solutions](/en/solution.md)
- [Customers](/en/customers.md)
- [Help Center](/en/help.md)
- [Contact Us](/en/contact.md)
- [Blog](/en/blogs.md)
- [Refund Policy](/en/tuikuan.md)

## Resources

- [All Resources](/en/resources.md)
- [Templates](/en/templates.md)
- [Components](https://creghtlib.site.creght.com)
- [Animations](/en/effects.md)
- [Figma to Creght](/en/figma2creght.md)
- [API for AI](/en/api.md)

## Comparisons

- [vs Shianxianle](/en/creght-vs-sxl.md)
- [vs Fanke](/en/creght-vs-fkw.md)
- [自己写代码 vs Creght](/en/compare/self-coding.md)
- [外包 vs 自己做](/en/compare/outsourcing.md)

## Terms

- [Terms of Service](/en/legal/terms.md)
- [Privacy Policy](/en/legal/privacy.md)
- [Acceptable Use Policy](/en/legal/acceptable-use.md)

## Social Media

- [Xiaohongshu](https://www.xiaohongshu.com/user/profile/5a38606811be10715f4895b6)
- [Bilibili](https://space.bilibili.com/513308095)

[蜀ICP备2023038192号-2](https://beian.miit.gov.cn)
