Skip to content

Commit

Permalink
fix spring boundry behavour (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 authored Jun 8, 2022
1 parent 43bad4b commit 9aeb375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private static void parseOnSwipe(CLContainer onSwipe, Transition transition) {
float springDamping = onSwipe.getFloatOrNaN("springDamping");
float stopThreshold = onSwipe.getFloatOrNaN("stopThreshold");
int springBoundary = map(onSwipe.getStringOrNull("springBoundary"),
Transition.OnSwipe.DIRECTIONS);
Transition.OnSwipe.BOUNDARY);
String around = onSwipe.getStringOrNull("around");

Transition.OnSwipe swipe = transition.createOnSwipe();
Expand Down

0 comments on commit 9aeb375

Please sign in to comment.