diff --git a/examples/form.html b/examples/form.html index 97c6b5e..aacf6f3 100644 --- a/examples/form.html +++ b/examples/form.html @@ -39,8 +39,8 @@ white-space: pre !important; } - .item { - transition: transform 1s; + .item, div[class^="ring-"] { + transition: all 1s; } form { z-index: 20;