mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
.
This commit is contained in:
@@ -8,7 +8,6 @@ export function ensureKeyframes() {
|
||||
}
|
||||
}
|
||||
`;
|
||||
console.log('keyframe added');
|
||||
document.head.appendChild(style);
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
export const SVG_NS = 'http://www.w3.org/2000/svg';
|
||||
|
||||
export const DEFAULT_ANIMATION_DURATION = 1000;
|
||||
export const DEFAULT_ANIMATION_DURATION = 800;
|
||||
|
||||
export interface Rect {
|
||||
x: number;
|
||||
|
||||
@@ -206,5 +206,5 @@ export function annotationGroup(annotations: RoughAnnotation[]): RoughAnnotation
|
||||
a.hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user