File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,6 @@ const enable = element => {
308308
const isEnabled = element =>
309309
!(element.getAttribute('js-anim--disabled') === 'true');
310310

311-
/**
312-
* Removes the CSS class which sets the overflow property to 'clip' (or 'hidden')
313-
* @param {HTMLElement} el - The DOM element with the CSS class to remove
314-
*/
315-
const removeOverflowHidden = el => {
316-
el.classList.remove(CLASS_NAMES.overflowHidden);
317-
};
318-
319311
/**
320312
* Executes a given callback, checking, when necessary, if the callback was already
321313
* executed by another element being animated by the same trigger button

0 commit comments

Comments
 (0)