Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnimateCSS #3113

Merged
merged 26 commits into from
Sep 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f93ca79
begin coding with animateCSS
May 27, 2023
5d554ea
testing code for AnimateCSS
May 28, 2023
0c6525a
test AnimateCSS with compliments and newsfeed default modules
May 28, 2023
7a50605
decrease default animation time for testing
May 28, 2023
bfcd079
missing AnimateCSS credit
May 28, 2023
7fc20b2
update ChangeLog
May 28, 2023
aabc2d5
delete some warnings...
May 28, 2023
ab2a28b
typo
May 28, 2023
064cb01
correct all errors / warn
May 28, 2023
80deac1
testing code purpose
May 28, 2023
7ca8d70
testing with new code
bugsounet Jun 10, 2023
d0b083c
in accord with test:e2e
bugsounet Jun 10, 2023
3a7c905
testing with new code
bugsounet Jun 10, 2023
e28d638
Merge branch 'develop' into develop
bugsounet Jun 10, 2023
a6a8ce8
add possibity to use animateIn and animateOut in module definition co…
bugsounet Jun 11, 2023
cc3c580
add possibity to use animateIn and animateOut in module definition co…
bugsounet Jun 11, 2023
15bf134
update change log // update fonctions definitions
bugsounet Jun 11, 2023
c0d1215
update change log // update fonctions definitions
bugsounet Jun 11, 2023
f5e2a8d
Apply AnimateIn rules on the first start
bugsounet Jun 11, 2023
e53cf30
Apply AnimateIn rules on the first start
bugsounet Jun 11, 2023
c3e2719
review animateCSS rules
bugsounet Sep 2, 2023
fde5168
Merge branch 'develop' into develop
bugsounet Sep 2, 2023
2f6ed13
some correct needed (see logs) and add updateDom object option
bugsounet Sep 6, 2023
a405b26
missing new definition
bugsounet Sep 6, 2023
ffa2f5d
correct var -> let
bugsounet Sep 6, 2023
2d5effc
Merge branch 'develop' into animate
rejas Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
decrease default animation time for testing
bugsounet committed May 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7a506055824d45bb4ca1dc94525be78445644360
2 changes: 1 addition & 1 deletion modules/default/compliments/compliments.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Module.register("compliments", {
},
updateInterval: 30000,
remoteFile: null,
fadeSpeed: 4000,
fadeSpeed: 2000,
morningStartTime: 3,
morningEndTime: 12,
afternoonStartTime: 12,