Verwendung: Feature-Box Modul einblenden Bilder verlangsamen

Michi's Avatar

Michi

21 Nov, 2025 11:52 PM

Produkt: Oneo Contao
Contao-Version: 4

Hallo
Ich wollte fragen ob es eine Möglichkeit gibt, beim Modul "Feature-Box" die Bilder langsamer einblenden zu lassen. Kann man das irgendwo einstellen ?

Vielen Dank und Grüsse
Michi

  1. Support Staff 1 Posted by RockSolid Theme... on 24 Nov, 2025 02:28 PM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Ja, das ist möglich. Fügen Sie dafür bitte folgenden CSS-Code in die Datei files/oneo/css/custom.css ein:

    .in-view > .feature-box-text,
    .in-view > .feature-box-image {
        transition: opacity 3.5s linear, transform 3.5s ease-out;
    }
    

    Ersetzen Sie dabei die beiden Zeit-Angaben 3.5s mit dem jeweils gewünschten Wert.

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac