Changed animation speed to hide laggy text height
This commit is contained in:
		@@ -33,11 +33,10 @@
 | 
				
			|||||||
        $('.newsletter').click(function() {
 | 
					        $('.newsletter').click(function() {
 | 
				
			||||||
            var content = $('.newsletter-body', this);
 | 
					            var content = $('.newsletter-body', this);
 | 
				
			||||||
            if(content.css('display') == 'block') {
 | 
					            if(content.css('display') == 'block') {
 | 
				
			||||||
                content.slideUp()
 | 
					                content.slideUp('fast')
 | 
				
			||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                content.slideDown()
 | 
					                content.slideDown('fast')
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user