From c9aa8d45fdf1d07ac245820239f64626f83ec8b8 Mon Sep 17 00:00:00 2001 From: linhphuong10022009-hue Date: Mon, 20 Oct 2025 11:55:02 +0700 Subject: [PATCH] =?UTF-8?q?Update=20L=E1=BB=9Di=20Ch=C3=BAc=2020/10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 73 ++++-------------------------------------------------- 1 file changed, 5 insertions(+), 68 deletions(-) diff --git a/index.html b/index.html index e82e1cf..10322ad 100644 --- a/index.html +++ b/index.html @@ -1182,73 +1182,10 @@

var leafOne = document.querySelector('.leafOne'); var stickLine = document.querySelector('.stickLine'); var leafTwo = document.querySelector('.leafTwo'); - var leafS1 = document.querySelector('.leafS1'); - var rose1 = document.querySelector('.rose1'); - var rose2 = document.querySelector('.rose2'); - var rose3 = document.querySelector('.rose3'); - var rose4 = document.querySelector('.rose4'); - - var lineDrawing = anime({ - targets: [leafOne, stickLine, leafTwo, leafS1, rose1, rose2, rose3, rose4], - strokeDashoffset: [anime.setDashoffset, 0], - easing: 'easeInOutCubic', - duration: 4000, - begin: function (anim) { - //Leaf One - leafOne.setAttribute("stroke", "black"); - leafOne.setAttribute("fill", "none"); - // Leaf Two - leafTwo.setAttribute("stroke", "black"); - leafTwo.setAttribute("fill", "none"); - //Stick - stickLine.setAttribute("stroke", "black"); - stickLine.setAttribute("fill", "none"); - // Leaf S1 - leafS1.setAttribute("stroke", "black"); - leafS1.setAttribute("fill", "none"); - //Rose One - rose1.setAttribute("stroke", "black"); - rose1.setAttribute("fill", "none"); - //Rose Two - rose2.setAttribute("stroke", "black"); - rose2.setAttribute("fill", "none"); - //Rose Three - rose3.setAttribute("stroke", "black"); - rose3.setAttribute("fill", "none"); - //Rose Three - rose4.setAttribute("stroke", "black"); - rose4.setAttribute("fill", "none"); - }, - complete: function (anim) { - //Leaf One - leafOne.setAttribute("fill", "#9CDD05"); - leafOne.setAttribute("stroke", "none"); - //Leaf Two - leafTwo.setAttribute("fill", "#9CDD05"); - leafTwo.setAttribute("stroke", "none"); - //Stick - stickLine.setAttribute("fill", "#83AA2E"); - stickLine.setAttribute("stroke", "none"); - // Leaf S1 - leafS1.setAttribute("fill", "#9CDD05"); - leafS1.setAttribute("stroke", "none"); - // Rose 1 - rose1.setAttribute("fill", "#F37D79"); - rose1.setAttribute("stroke", "none"); - // Rose 2 - rose2.setAttribute("fill", "#D86666"); - rose2.setAttribute("stroke", "none"); - // Rose 3 - rose3.setAttribute("fill", "#F37D79"); - rose3.setAttribute("stroke", "none"); - // Rose 3 - rose4.setAttribute("fill", "#D86666"); - rose4.setAttribute("stroke", "none"); - }, - autoplay: true, - }); - - +
+

Gửi Cô Đỗ Thị Kim Oanh!

+

Hôm nay là ngày 20/10 em chúc cô luôn hạnh phúc và gặp nhiều may mắn trong cuộc sống nhá.

+

Hãy luôn giữ mãi nụ cười trên môi nhá và đừng suy nghĩ nhiều về những thứ không đáng nha.

+
-