There's no CSS .i18n-animation

It was only used by jQuery.letterfx in RainLoop
This commit is contained in:
djmaze
2021-04-14 09:24:23 +02:00
parent 5055406112
commit 3c8d01a882
7 changed files with 18 additions and 27 deletions

View File

@@ -27,7 +27,6 @@ class AbstractCheckbox extends AbstractComponent {
this.inline = !!params.inline;
this.labeled = undefined !== params.label;
this.labelAnimated = !!params.labelAnimated;
}
click() {