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
// detect used keyframesif(decl.property==='animation'||decl.property==='animation-name'){// @todo: parse animation declarations and extract only the name. for now we'll do a lazy match.constnames=decl.value.split(/\s+/);for(letj=0;j<names.length;j++){constname=names[j].trim();if(name)criticalKeyframeNames.push(name);}}
The text was updated successfully, but these errors were encountered:
Sample code from critters
The text was updated successfully, but these errors were encountered: