Skip to content

Commit

Permalink
[BUGFIX] Remove animation on option update in form editor
Browse files Browse the repository at this point in the history
On each keystroke the animation for validators was
triggered. This is now fixed by removing the
animation on an active form element.

Resolves: #94775
Releases: master
Change-Id: I78d454df081c035c5858f32bb0bd3a8b01679a7e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70395
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: waldhacker <hello@waldhacker.dev>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: waldhacker <hello@waldhacker.dev>
  • Loading branch information
ochorocho authored and waldhacker1 committed Aug 13, 2021
1 parent 4882b69 commit db93005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Sources/Sass/form.scss
Expand Up @@ -779,7 +779,7 @@ $tree-line-height: 20px;
$validation-list-background: lighten($info, 30%);

right: 0;
transition: right $stage-validation-transition-time-in;
transition: none;
background-color: $validation-list-background;

&:before {
Expand Down

0 comments on commit db93005

Please sign in to comment.