In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces "how to realize the doll-grabbing game in HTML+CSS+JS". In the daily operation, I believe that many people have doubts about how to realize the doll-grabbing game in HTML+CSS+JS. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "how to realize the doll-grabbing game in HTML+CSS+JS". Next, please follow the editor to study!
Effect.
Such as the picture above, a mobile grip, and several gift samples, as well as moving left and right, grab the button, the material is very simple, but the effect still has the feeling of a baby machine.
Overall Arrangement
The layout part is relatively simple, directly paste the code. You can customize it according to your own needs.
Css uses several motions to deal with the dynamic effects of the claws, as shown in the following code
@ keyframes run {0% {background-image: url (.. / images/dx-zhua3.png);} 25% {background-image: url (.. / images/dx-zhua2.png);} 50% {background-image: url (.. / images/dx-zhua1.png);} 75% {background-image: url (.. / images/dx-zhua2.png) } 100% {background-image: url (.. / images/dx-zhua3.png);} @ keyframes zhuashou {0% {top: 360px; background-image: url (.. / images/dx-zhua1.png);} 100% {top: 360px; background-image: url (.. / images/dx-zhua2.png);} @ keyframes zhuadown {0% {top: 138px Background-image: url (.. / images/dx-zhua1.png);} 100% {top: 360px; background-image: url (.. / images/dx-zhua1.png);} @ keyframes zhua-slideUp {0% {top: 360px; background-image: url (.. / images/dx-zhua2.png);} 100% {top: 138px; background-image: url (.. / images/dx-zhua2.png) } @ keyframes img-slideUp {0% {top: 23px;} 100% {top:-200px;}}
The js code creates a controller class that handles events, alternating animation effects, and so on.
Var Carousel = {data: {result: 1}, init: function () {Carousel.control ();}, stop: function () {$(".zhua"). RemoveClass ("zhuamove"). AddClass ("zhuadown"); $(".zhua-zhu"). AddClass ("zhudown"); var timer01 = setTimeout (function () {$(".zhua"). RemoveClass ("zhuadown"). AddClass ("zhuashou") Var timer03 = setTimeout (function () {$(".zhua"). RemoveClass ("zhuashou"). AddClass ("zhuaup"); $(".zhua-zhu"). RemoveClass ("zhudown"). AddClass ("zhuup"); $(".poster-list .lw" + (Carousel.data.result + 1)) .addClass ("img-slideUp"); clearTimeout (timer03); timer03 = null Var timer02 = setTimeout (function () {$(".zhua"). RemoveClass ("zhuaup"). RemoveClass ("zhuaup1"); $(".zhua-zhu"). RemoveClass ("zhuup"); clearTimeout (timer02); timer02 = null; alert ("Congratulations on winning the first prize ~"); Carousel.start () }, 2500); clearTimeout (timer01); timer01 = null;}, 1000);}, start: function () {$(".zhua"). AddClass ("zhuamove"); $(".zhua"). RemoveClass ("zhuadown"). RemoveClass ("zhuaup1"). RemoveClass ("zhuaup"); $(".poster-list item"). RemoveClass ("img-slideUp"). RemoveClass ("img-slideOutUp") }, zhuaMove: function (num) {switch (num) {case 0: $(".zhua-top"). Animate ({left:-145,300); break; case 1: $(".zhua-top"). Animate ({left: 0,}, 300); break Case 2: $(".zhua-top") .animate ({left: 145,300); break;}}, control: function () {$("# left") .on ("click", function () {Carousel.data.result--; if (Carousel.data.result = 2) {Carousel.data.result = 2) } Carousel.zhuaMove (Carousel.data.result);});},}; at this point, the study on "how to realize the game of catching dolls by HTML+CSS+JS" is over. I hope it can solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.