Skip to content

Commit

Permalink
Merge pull request #347 from FineArchs/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Dec 20, 2023
2 parents 7d1b286 + c1d3788 commit 12b2ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/norinori.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const effectNorinori: Effect = (keyframe, ctx, cellWidth, cellHeight) => {
0,
sign * ratio,
1 - ratio,
-sign * ratio * cellWidth * 3 / 4,
-sign * ratio * cellHeight * 3 / 4,
ratio * cellHeight * 3 / 4,
);
};
Expand Down

0 comments on commit 12b2ade

Please sign in to comment.