From 1b83e915cdae0d070644071a980ef2d245e55c84 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Sat, 9 Jan 2021 21:39:47 +0800 Subject: [PATCH] update --- src/types/slides.ts | 1 + .../Editor/Toolbar/SlideAnimationPanel.vue | 213 +++++++++++++++++- 2 files changed, 211 insertions(+), 3 deletions(-) diff --git a/src/types/slides.ts b/src/types/slides.ts index 3dc21ea8..cc758cac 100644 --- a/src/types/slides.ts +++ b/src/types/slides.ts @@ -161,4 +161,5 @@ export interface Slide { elements: PPTElement[]; background?: SlideBackground; animations?: PPTAnimation[]; + turningMode?: 'no' | 'fade' | 'slideX' | 'slideY'; } \ No newline at end of file diff --git a/src/views/Editor/Toolbar/SlideAnimationPanel.vue b/src/views/Editor/Toolbar/SlideAnimationPanel.vue index 49c1573a..fecd7419 100644 --- a/src/views/Editor/Toolbar/SlideAnimationPanel.vue +++ b/src/views/Editor/Toolbar/SlideAnimationPanel.vue @@ -1,13 +1,220 @@ - slide-animation-panel + + + + {{item.label}} + + + 应用到全部 \ No newline at end of file + + + \ No newline at end of file