Files @ 6e3b2a22bedd
Branch filter:

Location: website/www/conservancy/templates/base_standard.html

bkuhn
Animate the progress bar at page load.

This is perhaps too flashy, but it does successfully animate the
progress bar up to the target amount, and also changes the amount until
it reaches the total raised so far.
1
2
3
4
5
6
7
8
9
{% extends "base_conservancy.html" %}

{% block outercontent %}
<div class="internalNavigate">
{% block internal_navigate %}{% endblock %}
</div>

<div class="singleColumn">{% block content %}{% endblock %}</div>
{% endblock %}