Skip to content

Commit

Permalink
Animate graph help intro
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Apr 2, 2021
1 parent d29abc0 commit 0f4b317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsmr_frontend/templates/dsmr_frontend/live-graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@

// When clicked, show all help tooltips.
$("a.graph_controls_help_trigger").click(function(){
$(".graph_controls_help").show();
$("a.graph_controls_help_trigger").hide();
$("a.graph_controls_help_trigger").fadeOut(500);
$(".graph_controls_help").fadeIn(1500);

return false;
});
Expand Down

0 comments on commit 0f4b317

Please sign in to comment.