Skip to content

Instantly share code, notes, and snippets.

@ViktoriyaSupport
Created August 18, 2016 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ViktoriyaSupport/4e7c8bfef3a73efa07e2d9dab15a19d1 to your computer and use it in GitHub Desktop.
Save ViktoriyaSupport/4e7c8bfef3a73efa07e2d9dab15a19d1 to your computer and use it in GitHub Desktop.
<div class="uk-panel uk-text-center ak-statistics-box">
<ul class="uk-subnav uk-subnav-line tm-statistics">
<li data-uk-scrollspy="{cls:'uk-animation-slide-bottom', repeat: true, delay:0}">
<div class="digit"
data-from="0"
data-to="231"
data-speed="1400">231</div>
<div class="text">Locations</div>
</li>
<li data-uk-scrollspy="{cls:'uk-animation-slide-top', repeat: true, delay:400}">
<div class="digit"
data-from="0"
data-to="736"
data-speed="1700"
>736</div>
<div class="text">Trainers</div>
</li>
<li data-uk-scrollspy="{cls:'uk-animation-slide-bottom', repeat: true, delay:800}">
<div class="digit"
data-from="0"
data-to="32"
data-speed="2000"
>32</div>
<div class="text">Shops</div>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment