Use rule transform: translateX() for hover, and preferably for default. Also, make the span block using rule display: inline-block.

.container-fluid .blue-row {
    background-color: #03a9f4;
    width: 100%;
    margin: auto;
}

.container-fluid .blue-row h3 {
    color: white;
    font-size: 39px;
    text-align: center;
    vertical-align: center;
    padding: 40px;
    font-weight: bold;
}

.container-fluid .blue-row h3 span {
    display: inline-block;
    transform: translateX(20%);
    transition: 1s;
}

.container-fluid .blue-row:hover > h3 span {
    transform: translateX(50%);
}
<div class="container-fluid">
    <div class="blue-row">
        <h3>Check how we can kickstart your smart projects<span>&#10230;</span></h3>
    </div>
</div>

Answer from s.kuznetsov on Stack Overflow
🌐
FreeFrontend
freefrontend.com › css-arrows
69 CSS Arrows
January 21, 2026 - This snippet showcases an interactive hover effect where multiple polygon elements collapse toward the center, offering a high-performance and lightweight micro-interaction for scroll indicators or “read more” buttons.
Discussions

How to animate arrow when the mouse hover on box - HTML & CSS - SitePoint Forums | Web Development & Design Community
Hello! I am trying to copy a cetain box on this website: https://www.boldare.com/ The box with an eye background image, as you can see when the mouse hovers the background scales and the arrow animates a little to the right. I am trying to do that! I gave up on inspect element so I try to get ... More on sitepoint.com
🌐 sitepoint.com
0
January 9, 2019
how to make my hover animation of the arrow to be triggered by hovering the whole column not just the small button
Hey there, u/GrilledPineapple1903 ! If your post is not already flaired, please add one now. And please don't forget to write "Answered" under your post once your question/problem has been solved. Reminder: If you have a problem or question, please make sure to post a link to your issue to help users help you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/elementor
3
1
October 26, 2022
How to have a button show an icon when hovering on it?
Hey there, u/Daumathin ! If your post is not already flaired, please add one now. And please don't forget to write "Answered" under your post once your question/problem has been solved. Reminder: If you have a problem or question, please make sure to post a link to your issue to help users help you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/elementor
4
1
March 18, 2023
Simple Link with an animate arrow on Hover?
Hey there, u/ROSSisTIRED ! If your post is not already flaired, please add one now. And please don't forget to write "Answered" under your post once your question/problem has been solved. Reminder: If you have a problem or question, please make sure to post a link to your issue to help users help you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/elementor
4
1
May 17, 2022
🌐
Vibe-icons
vibe-icons.com › blog › animated-arrow-css
Mastering Animated Arrow CSS for Modern Web Design
September 9, 2025 - .arrow-container:hover::after { border-left-color: #007bff; /* Change the arrowhead color on hover */ } Just by transitioning the transform and border-left-color properties, we've created a functional and engaging animated arrow CSS effect.
🌐
ByPeople
bypeople.com › arrow-button-hover-effect-html-css
Arrow Button Hover Effect (CSS, HTML) | Bypeople
A pure CSS button effect that on hover resizes to take the container’s width and expands the shape design of the arrow. It uses SCSS as precompiler but it does not use variables or statements from Sass, and it is structured with plain HTML. Created by CodePen user Katherine Kato.
🌐
CodePen
codepen.io › konradwax › pen › woPNqJ
Button animation, add an arrow on hover
Simple css button hover animation, adding an arrow. This arrow can easily be replaced by custon icons, etc ... ...
🌐
CodeMyUI
codemyui.com › home › button › buttons with arrow on hover
Buttons with Arrow on Hover – CodeMyUI
May 16, 2018 - button hover animation pure css Image: Buttons with Arrow on Hover GIF · A simple button that shows a right pointing arrow on hover, designed by Nicholas Petersen. If you are having trouble with the pen, try the archived copy on GitHub · See the Pen Button with arrow on hover by Nicholas Petersen (@nicholaspetersen) on CodePen.
🌐
DevSnap
devsnap.me › css-arrows
75+ Beautiful CSS Arrows - Improve Your Website With These!
A curved arrow in CSS3. Cool for giving a "drawn" arrow look. Using this on my wedding site (currently in development)! ... Work in progress arrow bounce animation. ... Some lite and re-usable a tags. Built using a box-shadow with a cute hover transition on top.
Find elsewhere
🌐
CodePen
codepen.io › hellohely › pen › qBXjVoJ
Moving arrow when hovering link
If active, Pens will autosave every 30 seconds after being saved once. If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update. If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting. ... Visit your global Editor Settings. ... a { text-decoration: none; color: black; } .link-arrow p { display: inline-block; transition: 0.1s ease-in; } .link-arrow:hover p { transform: translateX(50%); }
🌐
Freebie Supply
freebiesupply.com › blog › css-arrows
CSS Arrows From CodePen - Freebie Supply
See the Pen Animated CSS Arrows by RenMan (@RenMan) on CodePen. A circle loading arrow on hover using SVG and CSS for transitions.
🌐
AVADA Commerce
blog.avada.io › css › arrows
37+ Best Shopify CSS Arrows Themes Free & Premium 2026 &#8211; AVADA Commerce Blog
March 14, 2022 - To go into more detail, Arrow animate provides you with a unique and fun arrow animation with a simple and attractive design. The arrow is half grey and half red. If you hover over the arrow, the red part and the grey part slowly replace each other.
🌐
uiCookies
uicookies.com › home › blog › 35 beautiful css arrow design examples 2026
35 Beautiful CSS Arrow Design Examples 2026 - uiCookies
1 month ago - Look at our free blog templates for more attractive designs and elements like this pre-designed for you. ... CSS Chevron Arrows are another simple arrow design with hover effects. This arrow is designed and animated entirely with CSS3.
🌐
SitePoint
sitepoint.com › html & css
How to animate arrow when the mouse hover on box - HTML & CSS - SitePoint Forums | Web Development & Design Community
January 9, 2019 - Hello! I am trying to copy a cetain box on this website: https://www.boldare.com/ The box with an eye background image, as you can see when the mouse hovers the background scales and the arrow animates a little to the …
🌐
CodePen
codepen.io › tomkrupka3 › pen › pKoeMa
Simple Button with arrow hover animation
Using foundations button class with an arrow Unicode character to create a simple hover animation...
🌐
Slider Revolution
sliderrevolution.com › home › the 55 best css button hover effects you can use too
The 55 Best CSS Button Hover Effects You Can Use Too
January 27, 2026 - You can let your browsers know the next animation by using ‘will change: transform.’ · This button is FontAwesome-related with unique design options. This CSS3 has various CSS hover effects that reveal an arrow instead of text. It accommodates an arrow on the button known as the textual shift.
🌐
YouTube
youtube.com › watch
Button animation, add an arrow on hover | show arrow on hover css | html css - YouTube
Beginner React Js Projects :-https://www.youtube.com/watch?v=19uBgPfy988&list=PLZdBNNxWmMHid5v8RmlQfwFSMp5hF8nkvReact Blog Project :-https://www.youtube.com/...
Published   February 11, 2024
🌐
CodePen
codepen.io › Vestride › pen › yyvzBq
CSS Arrow Hover Animation
.arrow, .rotated { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(171, 146, 87, 0); opacity: 0; transition: background-color 200ms ease-out, opacity 200ms; } .arrow:hover, .rotated:hover { background-color: rgba(171, 146, 87, 0.7); opacity: 1; transition-delay: 0s, 0s; } .arrow::before { content: ''; position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; box-shadow: -1px -1px 0 white, -2px -2px 0 white, -3px -3px 0 white, -4px -4px 0 white, -5px -5px 0 white, -6px -6px 0 white, -7px -7px 0 white, -8px -8px 0 white, -1px 1px 0 white, -2px 2px 0
🌐
CodeWithRandom
codewithrandom.com › 2024 › 04 › 10 › animated-arrows-in-css
50+ CSS Arrow Animation
February 15, 2025 - Two arrows by Simon Breiter were made using HTML(Pug), CSS(Stylus), and JS. The state or you can say the direction of arrows changes on click. ... A simple arrow by Hektor Wallin, on hover, looks as if the arrow is being filled with light. Looks pretty look in my opinion. ... A collection of arrow animations, you can pick whichever suits your project.
🌐
Prismic
prismic.io › blog › css-hover-effects
CSS Hover Effects: 40 Engaging Animations To Try
December 11, 2024 - @keyframes color_anim: Makes the arrow paths flash yellow periodically · box-shadow: The shadow increases on hover, and its color changes to yellow ... Interactive CodePen loads when it gets near the viewport. ... The sleepy birds button by ash_creator is a wildly creative animation that pushes the boundaries of what’s possible with CSS...
🌐
Slider Revolution
sliderrevolution.com › home › interesting html and css arrows to use on a website
Interesting HTML And CSS Arrows To Use On A Website
January 27, 2026 - A unique CSS arrow animation to call attention to the site content. ... With this design 3 arrows become 1. This feature activates on hover.
🌐
Csslab
csslab.app › buttons › arrow-button
Arrow Button - CSSLab
Solid button with arrow hover animation View a the source code of a button component, made for CSSLab