Skip to content

Commit 80ca31e

Browse files
committed
Added scroll animation removal to the ToDo widget
1 parent 4c106c6 commit 80ca31e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fritz.StreamTools/Pages/ToDo.cshtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@
118118
container.appendChild(todosClone);
119119
ConfigureAnimation();
120120
121+
} else {
122+
todos.style.animationName = "";
123+
todos.style.animationDuration = "";
121124
}
125+
126+
122127
};
123128
124129
this.AddKeyFrames = function (name, frames) {

0 commit comments

Comments
 (0)