Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -210,7 +210,7 @@ export struct LiveHorizontalCardComponent { | @@ -210,7 +210,7 @@ export struct LiveHorizontalCardComponent { | ||
| 210 | this.edgeAnimation() | 210 | this.edgeAnimation() |
| 211 | }) | 211 | }) |
| 212 | .onScrollStop(() => { | 212 | .onScrollStop(() => { |
| 213 | - this.resetEdgeAnimation(); | 213 | + // this.resetEdgeAnimation(); |
| 214 | }) | 214 | }) |
| 215 | .onScroll((xOffset: number, yOffset: number) => { | 215 | .onScroll((xOffset: number, yOffset: number) => { |
| 216 | if (xOffset < 0) { | 216 | if (xOffset < 0) { |
-
Please register or login to post a comment