UNPKG

10f-css-animations

Version:

Simple and fancy css animations for your projects

6 lines (5 loc) 160 B
export function addClassToChildren(htmlNode, newClass) { for (const child of htmlNode.children) { child.setAttribute("class", "opacity-1"); } }