Files
Foundry-VTT-Docker/resources/app/templates/scene/parts/light-animation.hbs

13 lines
778 B
Handlebars
Raw Normal View History

2025-01-04 00:34:03 +01:00
<section class="tab standard-form scrollable {{tabs.animation.cssClass}}"
data-tab="animation" data-group="{{tabs.animation.group}}">
<fieldset>
<legend>{{ localize "AMBIENT_LIGHT.SECTIONS.ANIMATION" }}</legend>
{{formGroup fields.config.fields.animation.fields.type value=source.config.animation.type
choices=lightAnimations labelAttr="label" blank="None" sort=true localize=true}}
{{formGroup fields.config.fields.animation.fields.speed value=source.config.animation.speed}}
{{formGroup fields.config.fields.animation.fields.reverse value=source.config.animation.reverse}}
{{formGroup fields.config.fields.animation.fields.intensity value=source.config.animation.intensity}}
</fieldset>
</section>