• Resolved Mark Howells-Mead

    (@markhowellsmead)


    Is there a way to modify the default plugin settings, so that e.g. the standard timings of all animations can be revised site-wide? With dozens of blocks using the animation settings, it would be great if I could globally set the duration and delay to 1s across all blocks which have animations activated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yann

    (@collet)

    Hi Mark,

    Currently, Twentig doesn’t have a built-in feature to globally control the default animation timings. However you can achieve this with custom CSS. Add this code to the Additional CSS panel (click Appearance > Editor, then click Styles, then the three vertical dots, and select Additional CSS. Screenshot: https://twentig.com/wp-content/uploads/2024/11/image.png)

    .tw-block-animation {
    animation-duration: 1s;
    --tw-animation-delay: 1s;
    }

    Hope that helps,
    Yann

    Thread Starter Mark Howells-Mead

    (@markhowellsmead)

    Great, thanks for the tip!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Global plugin settings’ is closed to new replies.