You are here

protected function ThrobberChasingDots::setMarkup in Ajax loader 7

@inheritdoc

Overrides ThrobberBase::setMarkup

File

lib/throbber/ThrobberChasingDots.php, line 13
Class ThrobberChasingDots

Class

ThrobberChasingDots
@file Class ThrobberChasingDots

Code

protected function setMarkup() {
  return '<div class="ajax-throbber sk-chasing-dots">
              <div class="sk-child sk-dot1"></div>
              <div class="sk-child sk-dot2"></div>
            </div>';
}