From 851162669879c801033649b8220f8211f03db0e5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 3 Sep 2024 19:04:47 +0100 Subject: [PATCH] Update tooltip ui project --- src/data/projects/tooltip-ui.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/data/projects/tooltip-ui.md b/src/data/projects/tooltip-ui.md index 936033391..be8f3c838 100644 --- a/src/data/projects/tooltip-ui.md +++ b/src/data/projects/tooltip-ui.md @@ -29,8 +29,6 @@ The goal of this project is to help you understand how to use CSS for dynamic UI [![Tooltip Mockup](https://assets.roadmap.sh/guest/tooltip-zh8gm.png)](https://assets.roadmap.sh/guest/tooltip-zh8gm.png) +Bonus points for different animations for the tooltip, such as fade-in, slide-in, or scale-in effects. - ---- - -After completing this project, you will be able to create interactive and visually appealing tooltips using only CSS. These skills can be further applied to enhance user interfaces in various web projects. \ No newline at end of file +After completing this project, you will have a better understanding of CSS positioning, hover effects, and creating interactive UI elements without JavaScript. \ No newline at end of file