contact page animation
parent
e88b028b58
commit
7a0450079d
|
@ -21,7 +21,6 @@
|
|||
<h2 class="title title-wrapper--no-top-margin inline-richtext {{ section.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
|
||||
{{ section.settings.heading }}
|
||||
</h2>
|
||||
<p>Fragen oder Anregungen? Wir freuen uns auf deine Nachricht!</p>
|
||||
{%- else -%}
|
||||
<h2 class="visually-hidden">{{ 'templates.contact.form.title' | t }}</h2>
|
||||
{%- endif -%}
|
||||
|
@ -32,6 +31,8 @@
|
|||
endif
|
||||
-%}
|
||||
{%- form 'contact', id: 'ContactForm', class: contact_form_class -%}
|
||||
<p>Fragen oder Anregungen? Wir freuen uns auf deine Nachricht!</p>
|
||||
|
||||
{%- if form.posted_successfully? -%}
|
||||
<dotlottie-player
|
||||
id="shx-contact-form-contact-us-send"
|
||||
|
|
Loading…
Reference in New Issue