Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT committed Dec 12, 2024
1 parent 1ea945d commit b1b0852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/randomizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<body>
<fore-corner href="../doc/demos.html" title="Back to Demos"></fore-corner>
<fx-fore>
<fx-action event="ready" while="true()" delay="1000">
<fx-action event="ready" while="true()" delay="1500">
<fx-update></fx-update>
<fx-refresh></fx-refresh>
</fx-action>
Expand Down Expand Up @@ -71,8 +71,8 @@

<div class="wrapper" style="
background:linear-gradient(to right, {color1} ,{color2});
opacity: 0.{opacity};
transition: all 2s;
opacity: 1;
transition: linear-gradient 2s;
">

Expand Down

0 comments on commit b1b0852

Please sign in to comment.