// Style: // transition: opacity 1s // transitionãçºç«ãã elem.style.opacity = '0'; getComputedStyle(elem); // çµãã£ãã次ã®ç»é¢ãactiveã«ãã elem.addEventListener('transitionend', evt => { if (evt.propertyName === 'opacity') { evt.target.remove(); homeScreen.classList.add('active'); } }); /* * ã§ã⦠*/ button.addEventListener('focus', () => { // ãããããmustacheã®ãããªãã³ãã¬ã¼ãä»çµã¿â¦ render(); }); transitionendãçºç«ãããªãã±ã¼ã¹ è¦
{{#tags}}- {{label}}
{{/tags}}