diff --git a/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less b/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less index 25f8b7e255..646e7e3fb5 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/editor/umb-editor.less @@ -17,6 +17,10 @@ box-shadow: 0px 0 30px 0 rgba(0,0,0,.3); } +.umb-editor--animating { + will-change: transform, opacity, width, left; +} + // hide all infinite editors by default // will be shown through animation .umb-editors .umb-editor { diff --git a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor.html b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor.html index af24d20ec0..08f599f36b 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor.html @@ -1,4 +1,4 @@ -