delay in animation

This commit is contained in:
hamid zarghami
2026-05-12 16:05:06 +03:30
parent 6a8eaab8cb
commit 75c9a2515b
5 changed files with 44 additions and 6 deletions
@@ -85,6 +85,8 @@ export type EditorObject = {
entranceAnimation?: EntranceAnimationType;
/** مدت انیمیشن ورود به میلی‌ثانیه (پیش‌فرض ۶۰۰) */
entranceDurationMs?: number;
/** تأخیر قبل از شروع انیمیشن ورود به میلی‌ثانیه (پیش‌فرض ۰) */
entranceDelayMs?: number;
};
export type PageGuide = {