Skip to content

Commit

Permalink
anim...
Browse files Browse the repository at this point in the history
  • Loading branch information
reaby committed Apr 16, 2020
1 parent 96df74c commit fd7827e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/display.twig
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ function renderView() {
}
</script>
<script>
const animIn = "flipInY";
const animOut = "flipOutY";
const animIn = "fadeInUp";
const animOut = "fadeOutDown fix";
function showTitles() {
$("#titles").html(serverOptions.titles.svg);
Expand Down

0 comments on commit fd7827e

Please sign in to comment.