Skip to content

Commit

Permalink
feat: Use CSS animation for progressive logging (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Apr 7, 2022
1 parent f57d85a commit 58126df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ THE SOFTWARE.
<j:when test="${it.parent.isRunning()}">
<pre id="out" />
<div id="spinner">
<img src="${imagesURL}/spinner.gif" alt="" />
<l:progressAnimation/>
</div>
<t:progressiveText href="logText/progressiveHtml" idref="out" spinner="spinner" startOffset="${offset}" />
</j:when>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ THE SOFTWARE.
<j:when test="${it.node.running}">
<pre id="out" />
<div id="spinner">
<img src="${imagesURL}/spinner.gif" alt="" />
<l:progressAnimation/>
</div>
<t:progressiveText href="logText/progressiveHtml" idref="out" spinner="spinner" startOffset="${offset}" />
</j:when>
Expand Down

0 comments on commit 58126df

Please sign in to comment.