mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 10:15:03 +01:00
feat: Animation support (#10042)
This commit is contained in:
committed by
Mark Tolmacs
parent
ede44248dc
commit
c8e130da56
@@ -1138,6 +1138,8 @@ const _renderInteractiveScene = ({
|
|||||||
);
|
);
|
||||||
let nextAnimationState = animationState;
|
let nextAnimationState = animationState;
|
||||||
|
|
||||||
|
const nextAnimationState = animationState;
|
||||||
|
|
||||||
const context = bootstrapCanvas({
|
const context = bootstrapCanvas({
|
||||||
canvas,
|
canvas,
|
||||||
scale,
|
scale,
|
||||||
|
|||||||
Reference in New Issue
Block a user