Refactor #3965 - For Calendar

This commit is contained in:
mertsincan 2023-05-19 11:32:44 +01:00
parent 9e1f1b5194
commit b13d188e4f
5 changed files with 643 additions and 505 deletions

View file

@ -16,6 +16,7 @@ function create(el) {
ink.className = 'p-ink';
ink.setAttribute('role', 'presentation');
ink.setAttribute('aria-hidden', 'true');
ink.setAttribute('data-p-ink', 'true');
el.appendChild(ink);
ink.addEventListener('animationend', onAnimationEnd);