Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #49 from dshontz/patch-1
Browse files Browse the repository at this point in the history
Bouncing Box is not visible in BouncingBox demo
  • Loading branch information
conceptdev authored May 28, 2019
2 parents dc2bf3a + f5fe306 commit e6e9833
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void OnAbsoluteLayoutSizeChanged(object sender, EventArgs args)
if (!animationGoing && layoutSize > 100)
{
animationGoing = true;
boxView.IsVisible = true;
AnimationLoop();
}
}
Expand Down

0 comments on commit e6e9833

Please sign in to comment.