Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the Heart-shaped effect of likes by CSS

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to achieve the heart-shaped effect of CSS like effect, I hope you will learn something after reading this article, let's discuss it together!

CSS realizes the heart-shaped effect of giving likes.

Like

Img {

/ * width: 20px

Height: 20pxdomestic /

Position: absolute

Bottom: 100px

Left: 50%

Margin-left:-12.5px

}

.btn {width: 100px; height: 30px; border:0; background: red; color: # fff; position: absolute; bottom: 100px; left: 50%; margin-left:-50px;}

$(function () {)

$("# btn1") On ('click', function () {

$(".demo") Append ("

")

$("img") Animate ({

Bottom: "200px"

Width: "50px"

MarginLeft: "- 25px"

Opacity: "0"

}, 1000, function () {

$(".demo") Empty ()

})

})

})

After reading this article, I believe you have a certain understanding of "how to achieve the heart-shaped effect of CSS". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report