diff --git a/web/ASC.Web.Common/src/components/FloatingButton/StyledFloatingButton.js b/web/ASC.Web.Common/src/components/FloatingButton/StyledFloatingButton.js index f0ab59e678..e6da3f2aa1 100644 --- a/web/ASC.Web.Common/src/components/FloatingButton/StyledFloatingButton.js +++ b/web/ASC.Web.Common/src/components/FloatingButton/StyledFloatingButton.js @@ -24,7 +24,7 @@ const StyledCircle = styled.div` } .circle__fill { - animation: fill-rotate ease-in-out 3s; + animation: fill-rotate ease-in-out 5s; transform: rotate(${(props) => props.percent * 1.8}deg); } @@ -34,7 +34,7 @@ const StyledCircle = styled.div` } .circle__mask.circle__full { - animation: fill-rotate ease-in-out 3s; + animation: fill-rotate ease-in-out 5s; transform: rotate(${(props) => props.percent * 1.8}deg); }