ほんの少しの愛でも、誰かの運命を変えることが出来るかもしれません。貴方の愛をお待ちしております。 :doodle { @grid: 20 / 100%; } background: @pick( #d41134, #d41134, #d41134, #d41134 ); transform: translate( @rand(-50vw, 50vw), @rand(-50vh, 50vh) ); @size: 3.5vmin; @shape: heart; @place-cell: 50% 50%; animation-name: explosion; animation-iteration-count: infinite; animation-direction: normal; animation-duration: calc(@rand(2s, 5s, .1)); animation-delay: calc(@rand(-5s, -1s, .1)); animation-timing-function: cubic-bezier(.84, .02, 1, 1); @keyframes explosion { 0% { opacity: 0; } 70% { opacity: 1; } 100% { transform: translate(0, 0); } }