NO BUG: Animation Duration limited to 1s

Bricks Version: 1.6 beta2
Browser: Chrome 107
OS: Windows 11
URL: Local (Flywheel) Dev

Animations in interactions are set in seconds with 1s being the minimum. I tried to set a pop up to slide in right with the speed set to 0.3s (also tried typing 300ms). Speed in inspector is 1s.

Suggest making animations milliseconds or at least allow a choice in settings.

Hi @Jimmy,

Welcome to the forum :wave:

The animation duration can be set in seconds (s) or milliseconds (ms).

I’ve just tested an animation duration of “0.1s” and “100ms” in 1.6 beta2, and the animation duration on the front end is correct.

You might need to purge your browser cache first, as the 1.6 beta had a bug with the animation duration.

If the issue still exists after purging/clearing the cache:
Do you have a link to the URL for me that contains this animation?

Must have been a caching issue, .brx-animated animation duration is now superseded by element.style animation duration :grin: