Base solution for your next web application
Open Closed

Locating the page transitioner / loading icon #4497


User avatar
0
strix20 created

Hey Guys,

We're implementing our own page 'transitioner' in between server calls. I've looked for the current circle icon transitioner when a user authenticates and is routed to the dashboard but can't seem to find it. Any idea where this lives and what its called?

Thanks.


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Previously asked: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/583">https://github.com/aspnetzero/aspnet-zero/issues/583</a>

    <cite>hikalkan: </cite> you can easily replace it by overriding abp.ui.setBusy and abp.ui.clearBusy javascript functions. <cite>acjh: </cite> Create a file like abp.spin.js and replace (or add after) wherever that file is used.