Skip to content

Commit

Permalink
Fix scrolling of visitors.
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Oct 29, 2024
1 parent d18ef9b commit 0159273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/eventsAndVisitorsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class EventsAndVisitorsPage {
// remember the current content to avoid double rendering
this.news_html_last = this.news_html
const width = this.news_div.offsetWidth
$(".hmove").css("animation-duration", `${width/6}s`)
$(".hmove").css("animation-duration", `${width/2}s`)
}
}

Expand Down

0 comments on commit 0159273

Please sign in to comment.