div+css实现一个多彩点线组成的圣诞树旋转彩灯效果代码

代码语言:html

所属分类:动画

代码描述:div+css实现一个多彩点线组成的圣诞树旋转彩灯效果代码

代码标签: css 线 圣诞 彩灯 圣诞树 旋转

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  
  
  
<style>
body {
  background: black;
}
body ul {
  padding: 0;
}
body li {
  position: absolute;
  list-style: none;
  top: 20%;
  left: 50%;
  animation: tree 2s ease-in-out infinite;
}
body li:nth-child(1) {
  height: 5.1666666667vh;
  animation-delay: 0.1333333333s;
}
body li:nth-child(2) {
  height: 5.3333333333vh;
  animation-delay: 0.2666666667s;
}
body li:nth-child(3) {
  height: 5.5vh;
  animation-delay: 0.4s;
}
body li:nth-child(4) {
  height: 5.6666666667vh;
  animation-delay: 0.5333333333s;
}
body li:nth-child(5) {
  height: 5.8333333333vh;
  animation-delay: 0.6666666667s;
}
body li:nth-child(6) {
  height: 6vh;
  animation-delay: 0.8s;
}
body li:nth-child(7) {
  height: 6.1666666667vh;
  animation-delay: 0.9333333333s;
}
body li:nth-child(8) {
  height: 6.3333333333vh;
  animation-delay: 1.0666666667s;
}
body li:nth-child(9) {
  height: 6.5vh;
  animation-delay: 1.2s;
}
body li:nth-child(10) {
  height: 6.6666666667vh;
  animation-delay: 1.3333333333s;
}
body li:nth-child(11) {
  height: 6.8333333333vh;
  animation-delay: 1.4666666667s;
}
body li:nth-child(12) {
  height: 7vh;
  animation-delay: 1.6s;
}
body li:nth-child(13) {
  height: 7.1666666667vh;
  animation-delay: 1.7333333333s;
}
body li:nth-child(14) {
  height: 7.3333333333vh;
  animation-delay: 1.8666666667s;
}
body li:nth-child(15) {
  height: 7.5vh;
  animation-delay: 2s;
}
body li:nth-child(16) {
  height: 7.6666666667vh;
  animation-delay: 2.1333333333s;
}
body li:nth-child(17) {
  height: 7.8333333333vh;
  animation-delay: 2.2666666667s;
}
body li:nth-child(18) {
  height: 8vh;
  animation-delay: 2.4s;
}
body li:nth-child(19) {
  height: 8.1666666667vh;
  animation-delay: 2.5333333333s;
}
body li:nth-child(20) {
  height: 8.3333333333vh;
  animation-delay: 2.6666666667s;
}
body li:nth-child(21) {
  height: 8.5vh;
  animation-delay: 2.8s;
}
body li:nth-child(22) {
  height: 8.6666666667vh;
  animation-delay: 2.9333333333s;
}
body li:nth-child(23) {
  height: 8.8333333333vh;
  animation-delay: 3.0666666667s;
}
body li:nth-child(24) {
  height: 9vh;
  animation-delay: 3.2s;
}
body li:nth-child(25) {
  height: 9.1666666667vh;
  animation-delay: 3.3333333333s;
}
body li:nth-child(26) {
  height: 9.3333333333vh;
  animation-delay: 3.4666666667s;
}
body li:nth-child(27) {
  height: 9.5vh;
  animation-delay: 3.6s;
}
body li:nth-child(28) {
  height: 9.6666666667vh;
  animation-delay: 3.7333333333s;
}
body li:nth-child(29) {
  height: 9.8333333333vh;
  animation-delay: 3.8666666667s;
}
body li:nth-child(30) {
  height: 10vh;
  animation-delay: 4s;
}
body li:nth-child(31) {
  height: 10.1666666667vh;
  animation-delay: 4.1333333333s;
}
body li:nth-child(32) {
  height: 10.3333333333vh;
  animation-delay: 4.2666666667s;
}
body li:nth-child(33) {
  height: 10.5vh;
  animation-delay: 4.4s;
}
body li:nth-child(34) {
  height: 10.6666666667vh;
  animation-delay: 4.5333333333s;
}
body li:nth-child(35) {
  height: 10.8333333333vh;
  animation-delay: 4.6666666667s;
}
body li:nth-child(36) {
  height: 11vh;
  animation-delay: 4.8s;
}
body li:nth-child(37) {
  height: 11.1666666667vh;
  animation-delay: 4.9333333333s;
}
body li:nth-child(38) {
  height: 11.3333333333vh;
  animation-delay: 5.0666666667s;
}
body li:nth-child(39) {
  height: 11.5vh;
  animation-delay: 5.2s;
}
body li:nth-child(40) {
  height: 11.6666666667vh;
  animation-delay: 5.3333333333s;
}
body li:nth-child(41) {
  height: 11.8333333333vh;
  animation-delay: 5.4666666667s;
}
body li:nth-child(42) {
  height: 12vh;
  animation-delay: 5.6s;
}
body li:nth-child(43) {
  height: 12.1666666667vh;
  animation-delay: 5.7333333333s;
}
body li:nth-child(44) {
  height: 12.3333333333vh;
  animation-delay: 5.8666666667s;
}
body li:nth-child(45) {
  height: 12.5vh;
  animation-delay: 6s;
}
body li:nth-child(46) {
  height: 12.6666666667vh;
  animation-delay: 6.1333333333s;
}
body li:nth-child(47) {
  height: 12.8333333333vh;
  animation-delay: 6.2666666667s;
}
body li:nth-child(48) {
  height: 13vh;
  animation-delay: 6.4s;
}
body li:nth-child(49) {
  height: 13.1666666667vh;
  animation-delay: 6.5333333333s;
}
body li:nth-child(50) {
  height: 13.3333333333vh;
  animation-delay: 6.6666666667s;
}
body li:nth-child(51) {
  height: 13.5vh;
  animation-delay: 6.8s;
}
body li:nth-child(52) {
  height: 13.6666666667vh;
  animation-delay: 6.9333333333s;
}
body li:nth-child(53) {
  height: 13.8333333333vh;
  animation-delay: 7.0666666667s;
}
body li:nth-child(54) {
  height: 14vh;
  animation-delay: 7.2s;
}
body li:nth-child(55) {
  height: 14.1666666667vh;
  animation-delay: 7.3333333333s;
}
body li:nth-child(56) {
  height: 14.3333333333vh;
  animation-delay: 7.4666666667s;
}
body li:nth-child(57) {
  height: 14.5vh;
  animation-delay: 7.6s;
}
body li:nth-child(58) {
  height: 14.6666666667vh;
  animation-delay: 7.7333333333s;
}
body li:nth-child(59) {
  height: 14.8333333333vh;
  animation-delay: 7.8666666667s;
}
body li:nth-child(60) {
  height: 15vh;
  animation-delay: 8s;
}
body li:nth-child(61) {
  height: 15.1666666667vh;
  animation-delay: 8.1333333333s;
}
body li:nth-child(62) {
  height: 15.3333333333vh;
  animation-delay: 8.2666666667s;
}
body li:nth-child(63) {
  height: 15.5vh;
  animation-delay: 8.4s;
}
body li:nth-child(64) {
  height: 15.6666666667vh;
  animation-delay: 8.5333333333s;
}
body li:nth-child(65) {
  height: 15.8333333333vh;
  animation-delay: 8.6666666667s;
}
body li:nth-child(66) {
  height: 16vh;
  animation-delay: 8.8s;
}
body li:nth-child(67) {
  height: 16.1666666667vh;
  animation-delay: 8.9333333333s;
}
body li:nth-child(68) {
  height: 16.3333333333vh;
  animation-delay: 9.0666666667s;
}
body li:nth-child(69) {
  height: 16.5vh;
  animation-delay: 9.2s;
}
body li:nth-child(70) {
  height: 16.6666666667vh;
  animation-delay: 9.3333333333s;
}
body li:nth-child(71) {
  height: 16.8333333333vh;
  animation-delay: 9.4666666667s;
}
body li:nth-child(72) {
  height: 17vh;
  animation-delay: 9.6s;
}
body li:nth-child(73) {
  height: 17.1666666667vh;
  animation-delay: 9.7333333333s;
}
body li:nth-child(74) {
  height: 17.3333333333vh;
  animation-delay: 9.8666666667s;
}
body li:nth-child(75) {
  height: 17.5vh;
  animation-delay: 10s;
}
body li:nth-child(76) {
  height: 17.6666666667vh;
  animation-delay: 10.1333333333s;
}
body li:nth-child(77) {
  height: 17.8333333333vh;
  animation-delay: 10.2666666667s;
}
body li:nth-child(78) {
  height: 18vh;
  animation-delay: 10.4s;
}
body li:nth-child(79) {
  height: 18.1666666667vh;
  animation-delay: 10.5333333333s;
}
body li:nth-child(80) {
  height: 18.3333333333vh;
  animation-delay: 10.6666666667s;
}
body li:nth-child(81) {
  height: 18.5vh;
  animation-delay: 10.8s;
}
body li:nth-child(82) {
  height: 18.6666666667vh;
  animation-delay: 10.9333333333s;
}
body li:nth-child(83) {
  height: 18.8333333333vh;
  animation-delay: 11.0666666667s;
}
body li:nth-child(84) {
  height: 19vh;
  animation-delay: 11.2s;
}
body li:nth-child(85) {
  height: 19.1666666667vh;
  animation-delay: 11.3333333333s;
}
body li:nth-child(86) {
  height: 19.3333333333vh;
  animation-delay: 11.4666666667s;
}
body li:nth-child(87) {
  height: 19.5vh;
  animation-delay: 11.6s;
}
body li:nth-child(88) {
  height: 19.6666666667vh;
  animation-delay: 11.7333333333s;
}
body li:nth-child(89) {
  height: 19.8333333333vh;
  animation-delay: 11.8666666667s;
}
body li:nth-child(90) {
  height: 20vh;
  animation-delay: 12s;
}
body li:nth-child(91) {
  height: 20.1666666667vh;
  animation-delay: 12.1333333333s;
}
body li:nth-child(92) {
  height: 20.3333333333vh;
  animation-delay: 12.2666666667s;
}
body li:nth-child(93) {
  height: 20.5vh;
  animation-delay: 12.4s;
}
body li:nth-child(94) {
  height: 20.6666666667vh;
  animation-delay: 12.5333333333s;
}
body li:nth-child(95) {
  height: 20.8333333333vh;
  animation-delay: 12.6666666667s;
}
body li:nth-child(96) {
  height: 21vh;
  animation-delay: 12.8s;
}
body li:nth-child(97) {
  height: 21.1666666667vh;
  animation-delay: 12.9333333333s;
}
body li:nth-child(98) {
  height: 21.3333333333vh;
  animation-delay: 13.0666666667s;
}
body li:nth-child(99) {
  height: 21.5vh;
  animation-delay: 13.2s;
}
body li:nth-child(100) {
  height: 21.6666666667vh;
  animation-delay: 13.3333333333s;
}
body li:nth-child(101) {
  height: 21.8333333333vh;
  animation-delay: 13.4666666667s;
}
body li:nth-child(102) {
  height: 22vh;
  animation-delay: 13.6s;
}
body li:nth-child(103) {
  height: 22.1666666667vh;
  animation-delay: 13.7333333333s;
}
body li:nth-child(104) {
  height: 22.3333333333vh;
  animation-delay: 13.8666666667s;
}
body li:nth-child(105) {
  height: 22.5vh;
  animation-delay: 14s;
}
body li:nth-child(106) {
  height: 22.6666666667vh;
  animation-delay: 14.1333333333s;
}
body li:nth-child(107) {
  height: 22.8333333333vh;
  animation-delay: 14.2666666667s;
}
body li:nth-child(108) {
  height: 23vh;
  animation-delay: 14.4s;
}
body li:nth-child(109) {
  height: 23.1666666667vh;
  animation-delay: 14.5333333333s;
}
body li:nth-child(110) {
  height: 23.3333333333vh;
  animation-delay: 14.6666666667s;
}
body li:nth-child(111) {
  height: 23.5vh;
  animation-delay: 14.8s;
}
body li:nth-child(112) {
  height: 23.6666666667vh;
  animation-delay: 14.9333333333s;
}
body li:nth-child(113) {
  height: 23.8333333333vh;
  animation-delay: 15.0666666667s;
}
body li:nth-child(114) {
  height: 24vh;
  animation-delay: 15.2s;
}
body li:nth-child(115) {
  height: 24.1666666667vh;
  animation-delay: 15.3333333333s;
}
body li:nth-child(116) {
  height: 24.3333333333vh;
  animation-delay: 15.4666666667s;
}
body li:nth-child(117) {
  height: 24.5vh;
  animation-delay: 15.6s;
}
body li:nth-child(118) {
  height: 24.6666666667vh;
  animation-delay: 15.7333333333s;
}
body li:nth-child(119) {
  height: 24.8333333333vh;
  animation-delay: 15.8666666667s;
}
body li:nth-child(120) {
  height: 25vh;
  animation-delay: 16s;
}
body li:nth-child(121) {
  height: 25.1666666667vh;
  animation-delay: 16.1333333333s;
}
body li:nth-child(122) {
  height: 25.3333333333vh;
  animation-delay: 16.2666666667s;
}
body li:nth-child(123) {
  height: 25.5vh;
  animation-delay: 16.4s;
}
body li:nth-child(124) {
  height: 25.6666666667vh;
  animation-delay: 16.5333333333s;
}
body li:nth-child(125) {
  height: 25.8333333333vh;
  animation-delay: 16.6666666667s;
}
body li:nth-child(126) {
  height: 26vh;
  animation-delay: 16.8s;
}
body li:nth-child(127) {
  height: 26.1666666667vh;
  animation-delay: 16.9333333333s;
}
body li:nth-child(128) {
  height: 26.3333333333vh;
  animation-delay: 17.0666666667s;
}
body li:nth-child(129) {
  height: 26.5vh;
  animation-delay: 17.2s;
}
body li:nth-child(130) {
  height: 26.6666666667vh;
  animation-delay: 17.3333333333s;
}
body li:nth-child(131) {
  height: 26.8333333333vh;
  animation-delay: 17.4666666667s;
}
body li:nth-child(132) {
  height: 27vh;
  animation-delay: 17.6s;
}
body li:nth-child(133) {
  height: 27.1666666667vh;
  animation-delay: 17.7333333333s;
}
body li:nth-child(134) {
  height: 27.3333333333vh;
  animation-delay: 17.8666666667s;
}
body li:nth-child(135) {
  height: 27.5vh;
  animation-delay: 18s;
}
body li:nth-child(136) {
  height: 27.6666666667vh;
  animation-delay: 18.1333333333s;
}
body li:nth-child(137) {
  height: 27.8333333333vh;
  animation-delay: 18.2666666667s;
}
body li:nth-child(138) {
  height: 28vh;
  animation-delay: 18.4s;
}
body li:nth-child(139) {
  height: 28.1666666667vh;
  animation-delay: 18.5333333333s;
}
body li:nth-child(140) {
  height: 28.3333333333vh;
  animation-delay: 18.6666666667s;
}
body li:nth-child(141) {
  height: 28.5vh;
  animation-delay: 18.8s;
}
body li:nth-child(142) {
  height: 28.6666666667vh;
  animation-delay: 18.9333333333s;
}
body li:nth-child(143) {
  height: 28.8333333333vh;
  animation-delay: 19.0666666667s;
}
body li:nth-child(144) {
  height: 29vh;
  animation-delay: 19.2s;
}
body li:nth-child(145) {
  height: 29.1666666667vh;
  animation-delay: 19.3333333333s;
}
body li:nth-child(146) {
  height: 29.3333333333vh;
  animation-delay: 19.4666666667s;
}
body li:nth-child(147) {
  height: 29.5vh;
  animation-delay: 19.6s;
}
body li:nth-child(148) {
  height: 29.6666666667vh;
  animation-delay: 19.7333333333s;
}
body li:nth-child(149) {
  height: 29.8333333333vh;
  animation-delay: 19.8666666667s;
}
body li:nth-child(150) {
  height: 30vh;
  animation-delay: 20s;
}
body li:nth-child(151) {
  height: 30.1666666667vh;
  animation-delay: 20.1333333333s;
}
body li:nth-child(152) {
  height: 30.3333333333vh;
  animation-delay: 20.2666666667s;
}
body li:nth-child(153) {
  height: 30.5vh;
  animation-delay: 20.4s;
}
body li:nth-child(154) {
  height: 30.6666666667vh;
  animation-delay: 20.5333333333s;
}
body li:nth-child(155) {
  height: 30.8333333333vh;
  animation-delay: 20.6666666667s;
}
body li:nth-child(156) {
  height: 31vh;
  animation-delay: 20.8s;
}
body li:nth-child(157) {
  height: 31.1666666667vh;
  animation-delay: 20.9333333333s;
}
body li:nth-child(158) {
  height: 31.3333333333vh;
  animation-delay: 21.0666666667s;
}
body li:nth-child(159) {
  height: 31.5vh;
  animation-delay: 21.2s;
}
body li:nth-child(160) {
  height: 31.6666666667vh;
  animation-delay: 21.3333333333s;
}
body li:nth-child(161) {
  height: 31.8333333333vh;
  animation-delay: 21.4666666667s;
}
body li:nth-child(162) {
  height: 32vh;
  animation-delay: 21.6s;
}
body li:nth-child(163) {
  height: 32.1666666667vh;
  animation-delay: 21.7333333333s;
}
body li:nth-child(164) {
  height: 32.3333333333vh;
  animation-delay: 21.8666666667s;
}
body li:nth-child(165) {
  height: 32.5vh;
  animation-delay: 22s;
}
body li:nth-child(166) {
  height: 32.6666666667vh;
  animation-delay: 22.1333333333s;
}
body li:nth-child(167) {
  height: 32.8333333333vh;
  animation-delay: 22.2666666667s;
}
body li:nth-child(168) {
  height: 33vh;
  animation-delay: 22.4s;
}
body li:nth-child(169) {
  height: 33.1666666667vh;
  animation-delay: 22.5333333333s;
}
body li:nth-child(170) {
  height: 33.3333333333vh;
  animation-delay: 22.6666666667s;
}
body li:nth-child(171) {
  height: 33.5vh;
  animation-delay: 22.8s;
}
body li:nth-child(172) {
  height: 33.6666666667vh;
  animation-delay: 22.9333333333s;
}
body li:nth-child(173) {
  height: 33.8333333333vh;
  animation-delay: 23.0666666667s;
}
body li:nth-child(174) {
  height: 34vh;
  animation-delay: 23.2s;
}
body li:nth-child(175) {
  height: 34.1666666667vh;
  animation-delay: 23.3333333333s;
}
body li:nth-child(176) {
  height: 34.3333333333vh;
  animation-delay: 23.4666666667s;
}
body li:nth-child(177) {
  height: 34.5vh;
  animation-delay: 23.6s;
}
body li:nth-child(178) {
  height: 34.6666666667vh;
  animation-delay: 23.7333333333s;
}
body li:nth-child(179) {
  height: 34.8333333333vh;
  animation-delay: 23.8666666667s;
}
body li:nth-child(180) {
  height: 35vh;
  animation-delay: 24s;
}
body li:nth-child(181) {
  height: 35.1666666667vh;
  animation-delay: 24.1333333333s;
}
body li:nth-child(182) {
  height: 35.3333333333vh;
  animation-delay: 24.2666666667s;
}
body li:nth-child(183) {
  height: 35.5vh;
  animation-delay: 24.4s;
}
body li:nth-child(184) {
  height: 35.6666666667vh;
  animation-delay: 24.5333333333s;
}
body li:nth-child(185) {
  height: 35.8333333333vh;
  animation-delay: 24.6666666667s;
}
body li:nth-child(186) {
  height: 36vh;
  animation-delay: 24.8s;
}
body li:nth-child(187) {
  height: 36.1666666667vh;
  animation-delay: 24.9333333333s;
}
body li:nth-child(188) {
  height: 36.3333333333vh;
  animation-delay: 25.0666666667s;
}
body li:nth-child(189) {
  height: 36.5vh;
  animation-delay: 25.2s;
}
body li:nth-child(190) {
  height: 36.6666666667vh;
  animation-delay: 25.3333333333s;
}
body li:nth-child(191) {
  height: 36.8333333333vh;
  animation-delay: 25.4666666667s;
}
body li:nth-child(192) {
  height: 37vh;
  animation-delay: 25.6s;
}
body li:nth-child(193) {
  height: 37.1666666667vh;
  animation-delay: 25.7333333333s;
}
body li:nth-child(194) {
  height: 37.3333333333vh;
  animation-delay: 25.8666666667s;
}
body li:nth-child(195) {
  height: 37.5vh;
  animation-delay: 26s;
}
body li:nth-child(196) {
  height: 37.6666666667vh;
  animation-delay: 26.1333333333s;
}
body li:nth-child(197) {
  heig.........完整代码请登录后点击上方下载按钮下载查看

网友评论0