Skip to content

Instantly share code, notes, and snippets.

@ViktoriyaSupport
Created August 7, 2017 09:43
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/ab8b8a9a3ecd37b68ec5c80d31bf33e4 to your computer and use it in GitHub Desktop.
Save ViktoriyaSupport/ab8b8a9a3ecd37b68ec5c80d31bf33e4 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