Prochaine activité
@@ -87,20 +87,28 @@
+
+
+
+
+
Notice de l'espion
++ Seul les espions reconnus par le Rézo pourrons se connecter pour jouer des tours à leurs camarrades. + Si tu n'es pas encore un espion reconnu, tu peux le devenir ici. +
+
diff --git a/static/js/anim.js b/static/js/anim.js
index 31670c1..66166b6 100644
--- a/static/js/anim.js
+++ b/static/js/anim.js
@@ -1,4 +1,4 @@
-var $animation_elements = $("#prank-desc, #activite-desc, #chasse-desc");
+var $animation_elements = $("#prank-desc, #activite-desc, #chasse-desc, #notice-espion");
var $window = $(window)
function check_if_in_view() {
@@ -14,7 +14,7 @@ function check_if_in_view() {
//check to see if this current container is within viewport
if ((element_bottom_position >= window_top_position) &&
- (element_top_position <= window_bottom_position)) {
+ (element_top_position <= window_bottom_position) && $element.is(':visible')) {
if(!$element.hasClass('animated')) {
$element.addClass('animated');
new TypeIt('#' + $element.attr('id'), {