[PE] Add icons for animation

This commit is contained in:
Julia Radzhabova 2022-01-20 18:39:25 +03:00
parent 7332c11d5a
commit 9ad2488c51
17 changed files with 7 additions and 7 deletions

View file

@ -242,8 +242,7 @@
<div class="btn-slot" style="width: 96px; " id="animation-start"></div> <div class="btn-slot" style="width: 96px; " id="animation-start"></div>
</div> </div>
<div class="elset font-normal"> <div class="elset font-normal">
<label id="animation-delay"></label> <div class="btn-slot text" id="animation-trigger"></div>
<span id="animation-spin-delay" class="btn-slot text spinner" ></span>
</div> </div>
</div> </div>
<div class="separator long"></div> <div class="separator long"></div>
@ -253,7 +252,8 @@
<span id="animation-spin-duration" style="width: 96px; " class="btn-slot"></span> <span id="animation-spin-duration" style="width: 96px; " class="btn-slot"></span>
</div> </div>
<div class="elset font-normal"> <div class="elset font-normal">
<div class="btn-slot text" id="animation-trigger"></div> <label id="animation-delay"></label>
<span id="animation-spin-delay" class="btn-slot text spinner" ></span>
</div> </div>
</div> </div>
<div class="separator long"></div> <div class="separator long"></div>

View file

@ -237,7 +237,7 @@ define([
cls: 'btn-toolbar x-huge icon-top', // x-huge icon-top', cls: 'btn-toolbar x-huge icon-top', // x-huge icon-top',
caption: this.txtPreview, caption: this.txtPreview,
split: false, split: false,
iconCls: 'toolbar__icon transition-fade', iconCls: 'toolbar__icon animation-preview',
lock: [_set.slideDeleted, _set.noSlides, _set.noAnimationPreview], lock: [_set.slideDeleted, _set.noSlides, _set.noAnimationPreview],
dataHint: '1', dataHint: '1',
dataHintDirection: 'bottom', dataHintDirection: 'bottom',
@ -248,7 +248,7 @@ define([
this.btnParameters = new Common.UI.Button({ this.btnParameters = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top', cls: 'btn-toolbar x-huge icon-top',
caption: this.txtParameters, caption: this.txtParameters,
iconCls: 'toolbar__icon icon transition-none', iconCls: 'toolbar__icon icon animation-none',
menu: new Common.UI.Menu({items: []}), menu: new Common.UI.Menu({items: []}),
lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic, _set.noAnimation, _set.noAnimationParam], lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic, _set.noAnimation, _set.noAnimationParam],
dataHint: '1', dataHint: '1',
@ -272,7 +272,7 @@ define([
this.btnAddAnimation = new Common.UI.Button({ this.btnAddAnimation = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top', cls: 'btn-toolbar x-huge icon-top',
caption: this.txtAddEffect, caption: this.txtAddEffect,
iconCls: 'toolbar__icon icon btn-addslide', iconCls: 'toolbar__icon icon add-animation',
menu: true, menu: true,
lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic], lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic],
dataHint: '1', dataHint: '1',
@ -305,7 +305,7 @@ define([
this.cmbTrigger = new Common.UI.Button({ this.cmbTrigger = new Common.UI.Button({
parentEl: $('#animation-trigger'), parentEl: $('#animation-trigger'),
cls: 'btn-toolbar', cls: 'btn-toolbar',
iconCls: 'toolbar__icon btn-contents', iconCls: 'toolbar__icon btn-trigger',
caption: this.strTrigger, caption: this.strTrigger,
lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic, _set.noAnimation, _set.noTriggerObjects], lock: [_set.slideDeleted, _set.noSlides, _set.noGraphic, _set.noAnimation, _set.noTriggerObjects],
menu : new Common.UI.Menu({ menu : new Common.UI.Menu({

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B