You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constoptions={centerX: false,// Horizontally center elements in container. Default: false.verbose: false,// Show debugging logs. Default: false.}importFreeMasefrom'freemase'constparentElement=document.queryElementById('parent')constfm=newFreeMase(parentElement,options)
Add transiton animation and/or fade-in on element addition
#parent>* {
transition: top 1s, left 1s, opacity 1s;
opacity:0;
}