This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 15016cf updated the the stroke-opacity and animation delay 15016cf is described below commit 15016cfd47bafee7e20dea0843b8d4650a5b9308 Author: Devkant Gorai <51082429+cselonew...@users.noreply.github.com> AuthorDate: Mon Mar 9 17:04:58 2020 +0530 updated the the stroke-opacity and animation delay --- antora-ui-camel/src/css/frontpage.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css index ad2d529..2a514ef 100644 --- a/antora-ui-camel/src/css/frontpage.css +++ b/antora-ui-camel/src/css/frontpage.css @@ -81,13 +81,13 @@ header.frontpage svg { header.frontpage svg path { fill: none; - animation: sparkle 5s ease alternate infinite; + animation: sparkle 2s ease alternate infinite; } header.frontpage svg path:nth-child(1) { stroke: #ffddab; stroke-width: 10; - stroke-opacity: 0.6; + stroke-opacity: 0.9; } header.frontpage svg path:nth-child(2) { @@ -101,13 +101,13 @@ header.frontpage svg path:nth-child(3) { stroke: #f1b35b; stroke-width: 15; stroke-opacity: 0.6; - animation-delay: -2.5s; + animation-delay: -3.5s; } header.frontpage svg path:nth-child(4) { stroke: #641a00; stroke-width: 5; - stroke-opacity: 0.3; + stroke-opacity: 0.4; animation-delay: -3s; } @@ -120,7 +120,7 @@ header.frontpage svg path:nth-child(5) { @keyframes sparkle { 0% { - stroke-opacity: 0.3; + stroke-opacity: 0.2; } 100% {