***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
Invenio Theme TUW
Merge requests
!129
Seasonal weather
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Seasonal weather
mm/snowfall
into
master
Overview
0
Commits
2
Pipelines
0
Changes
6
Merged
Moser, Maximilian
requested to merge
mm/snowfall
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
614a29b6
2 commits,
1 year ago
6 files
+
39
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
invenio_theme_tuw/theme/assets/semantic-ui/js/invenio_theme_tuw/snowfall/index.js
0 → 100644
+
20
−
0
Options
// This file is part of InvenioRDM
// Copyright (C) 2023 TU Wien.
//
// Invenio Theme TUW is free software; you can redistribute it and/or modify it
// under the terms of the MIT License; see LICENSE file for more details.
import
$
from
"
jquery
"
;
import
snowFall
from
"
jquery-snowfall
"
;
document
.
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
$
(
document
).
snowfall
({
flakeCount
:
100
,
maxSpeed
:
5
,
minSize
:
3
,
maxSize
:
10
,
flakeColor
:
"
#FEFEFE
"
,
round
:
true
,
shadow
:
true
,
});
});
Loading