Mission Control Dashboard - Initial implementation
This commit is contained in:
8
node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs
generated
vendored
Normal file
8
node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
function fillWildcards(keyframes) {
|
||||
for (let i = 1; i < keyframes.length; i++) {
|
||||
keyframes[i] ?? (keyframes[i] = keyframes[i - 1]);
|
||||
}
|
||||
}
|
||||
|
||||
export { fillWildcards };
|
||||
//# sourceMappingURL=fill-wildcards.mjs.map
|
||||
Reference in New Issue
Block a user