Làm hiệu ứng gõ chữ chạy trên webiste
Hướng dẫn tạo hiệu ứng gõ chữ đơn giản cho website của bạn. DEMO ONLINE: https://sitecommon.minhquydesign.com/ DEMO CLONE: https://mqdev.xyz/DEMO/js-text-animation/1.html HTML <h1> <a href= "" class= "typewrite" data-period= "2000" data-type= '[ "Hi, Im Quy.", "I am Creative.", "I Love Design.", "I Love to Develop." ]' > <span class= "wrap" ></span> </a> </h1> JS < script > /**JS TEXT ANIMATION Q**/ var TxtType = function ( el , toRotate , period ) { this . toRotate = toRotate ; this . el = el ; this . loopNum = 0 ; this . period = parseInt ( period ,...