Example #1
0
            public override void TouchesBegan( )
            {
                Rock.Mobile.Util.Debug.WriteLine("TouchesBegan (OnDown)");

                foreach (CardValueAnimator animator in ActiveAnimators)
                {
                    animator.Cancel( );
                }
                ActiveAnimators.Clear( );

                IsPanning = false;
            }