Skip to content

Commit aa14b8c

Browse files
committed
Update
1 parent 1458454 commit aa14b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3969,7 +3969,7 @@ <h2 id="text07" class="style2" style="opacity: 0; transform: translateY(0.6375re
39693969
staggerOrder = 'staggerOrder' in settings ? settings.staggerOrder : 'default',
39703970
state = 'state' in settings ? settings.state : null,
39713971
effect = this.effects[style];
3972-
if('SERENITY_DISABLE_ANIMATION' in window) {
3972+
if('MODERKA_DISABLE_ANIMATION' in window) {
39733973
if(style == 'fade-in-background') $$(selector).forEach(function(e) {
39743974
e.style.setProperty('--onvisible-background-color', 'rgba(0,0,0,0.001)');
39753975
});

0 commit comments

Comments
 (0)