From 93708fe1d839cdb206f833bc1e1e2e01fec3bbeb Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 23 Nov 2023 13:21:18 +0300 Subject: [PATCH] [PE] For bugs 65197, 65191, 59528 --- .../main/app/controller/Animation.js | 37 ++++++++++++++----- .../main/app/view/Animation.js | 2 +- .../main/resources/less/animation.less | 4 +- 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js index 5c9df1e5fb..d2f2cb3e88 100644 --- a/apps/presentationeditor/main/app/controller/Animation.js +++ b/apps/presentationeditor/main/app/controller/Animation.js @@ -79,9 +79,10 @@ define([ 'animation:repeatchange': _.bind(this.onRepeatChange, this), 'animation:repeatfocusin': _.bind(this.onRepeatComboOpen, this), 'animation:repeatselected': _.bind(this.onRepeatSelected, this), - 'animation:durationchange': _.bind(this.onDurationChange, this), - 'animation:durationfocusin': _.bind(this.onRepeatComboOpen, this), - 'animation:durationselected': _.bind(this.onDurationSelected, this) + 'animation:durationchange': _.bind(this.onDurationChange, this), + 'animation:durationfocusin': _.bind(this.onRepeatComboOpen, this), + 'animation:durationselected': _.bind(this.onDurationSelected, this), + 'animation:addeffectshow': _.bind(this.onAddEffectShow, this) }, 'Toolbar': { @@ -368,15 +369,18 @@ define([ onFocusObject: function(selectedObjects) { this.AnimationProperties = null; this._state.lockEmphasis = false; - for (var i = 0; i