Welcome to TrickPk. In this post, we will share code about how to make beautiful animated tooltip in Blogger, a tooltip with CSS, a tooltip for mobile, a tooltip in HTML, a tooltip without javascript. Just follow our steps carefully to avoid any errors. But first, Let’s talk about it a little.
What Are Tooltips?
Tooltips are the short message that appears on our browser’s screen when we hover over an element. Animated tooltips are one of the most prominent features of the modern web.
They provide visitors with a great deal of information about the element we’re hovering over and help us understand what is displayed when we click on a specific element.
Tooltips are handy for us because it allows us to provide visitors with details about various elements in our website without having to load any additional pages for them.
That’s why we must make sure that our tooltips are working perfectly. This article will learn how to create an animated tooltip in Blogger by following this tutorial step-by-step.
How to Use Animated Tooltips Effectively?
Tooltips are also great for adding extra information, such as product keywords, meta tags, social media handles, and descriptions to help visitors find information in a very short amount of time.
Tooltips can be added to control buttons, links, and even images. A must-know tip is that tooltips should appear only when you give information about a specific element such as a button, link, or image.
When to Use Animated Tooltips?
Tooltips are one of the most useful and one of the most misunderstood elements of the web. You’re not making a new element when you create an animated tooltip. You’re adding to the existing element.
If you want your visitors to feel like they’re exploring your website, then tooltips are an essential part of your design. When possible, try to use effects to make your visitors feel like they’re exploring your website.
The effects we can add:
An overlay with flashing text or images (the checkerboard effect)
A swirling background (the waves effect)
A colorful gradient background (the gradient effect)
A light blue color (the sky effect)
An image overlay with text and images (the image overlay effect)
Where to Place Animated Tooltips on a Webpage?
Tooltips can be placed on various page parts like a header, footer sections, sidebars, side menus, and even the content. However, you mustn’t put too many tooltips all over the same part of your webpage for two reasons:
It will make it harder for your visitors to find things because you have put them all over the page;
It will make it hard for them to navigate your website because they may not find the information they need quickly on top of all other things on a page.
How To Make A Animated ToolTip?
To make an animated tooltip in your blogger site, you just need to add HTML and CSS codes for it.
These codes have to be covered in just these 2 steps. We will add CSScode in the 1st step and HTML in the last step. Before starting see a demo from here.
Demo
Step 1 - Adding ToolTip CSS, Just edit theme paste it in css code section.
These CSS Codes are.
/* Animated ToolTip Button by TrickPk*/ .button-main{margin-top:100px;margin-bottom:190px;position:relative;}.button-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:10px 0 10px 0;}.button-wrap:hover .tool-tip{top:-70px;transition:all 0.4s cubic-bezier(1,0,0.4,1.7);transform:translateX(-50%) scale(1);}.buttonTrickPk{width:150px;height:50px;cursor:pointer;border-radius:3px;overflow:hidden;background-color:#6770EF;}.buttonTrickPk a{width:100%;height:100%;display:block;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:50px;text-align:center;text-transform:uppercase;text-decoration:none;letter-spacing:1px;color:#FFF;position:relative;z-index:10;}.buttonTrickPk:before{width:0;height:100%;display:block;content:"";position:absolute;top:0;left:0;border-radius:3px;background-color:#555FED;transition:all 0.2s ease-out;}.buttonTrickPk:hover:before{width:100%;}.tool-tip{width:125px;height:50px;position:absolute;top:-50px;left:50%;border-radius:3px;background-color:#333;font-family:Helvetica,Arial,sans-serif;font-size:11px;line-height:50px;color:#FFF;text-align:center;transform:translateX(-50%) scale(0);transform-origin:bottom center;transition:all 0.4s cubic-bezier(1,0,0.4,1);}.tool-tip:after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #333;content:"";display:block;position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);}
Step 2 - Adding HTML (Tooltip Button)
<!--Animated ToolTip Button by TrickPk.com--> <div class="button-main"> <div class="button-wrap"> <div class="buttonTrickPk"> <a href="#####">Hover Me</a> </div> <div class="tool-tip">I LOVE TrickPk.!</div> </div> </div>
Outcomes
This tooltip is simple, but it is beneficial for your blog readers. This tutorial will show how to create an animated tooltip in Blogger. Use this tooltip to provide details about your blog posts or other elements of your website.
I hope this post helped you make an animated tooltip with only CSS on your blogger website. Do let us know if you have any other questions regarding animated tooltip. You can contact us via our contact form, comment form, or telegram.
Our all Contents are Strongly Protected By DMCA.com. Please don't plagiarise our content. All rights to TrickPk have been reverted.