From: Heonjae Jang Date: Mon, 17 Apr 2017 05:15:25 +0000 (+0900) Subject: Change Dim image Scale Animation X-Git-Tag: submit/tizen/20170808.015446~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d55d110a89295425c9785b02216d9955a91b7232;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Change Dim image Scale Animation Change-Id: Iace224b936e0c435e6a9a78e3b7fc83888151ec1 Signed-off-by: Heonjae Jang --- diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml.cs b/TVApps/TVApps/Controls/AppItemCell.xaml.cs index 85fa16e..b36cfce 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml.cs +++ b/TVApps/TVApps/Controls/AppItemCell.xaml.cs @@ -191,7 +191,7 @@ namespace TVApps.Controls CheckImage.FadeTo((IsChecked) ? 0.99 : 0.0, 150); DimImage.FadeTo((IsChecked) ? 0.99 : 0.0, 150); DimImage.TranslateTo(0.0, (IsChecked) ? height2 : 0.0, 150); - DimImage.ScaleTo((IsChecked) ? 1.32 : 0.0, 300); + DimImage.ScaleTo((IsChecked) ? 1.34 : 0.0, 300); }); } else @@ -199,7 +199,7 @@ namespace TVApps.Controls CheckImage.FadeTo((IsChecked) ? 0.99 : 0.0, 300); DimImage.FadeTo((IsChecked) ? 0.99 : 0.0, 300); DimImage.TranslateTo(0.0, (IsChecked) ? height2 : 0.0, 300); - DimImage.ScaleTo((IsChecked) ? 1.32 : 0.0, 300); + DimImage.ScaleTo((IsChecked) ? 1.34 : 0.0, 300); } return; @@ -280,7 +280,7 @@ namespace TVApps.Controls if (IsChecked) { - DimImage.ScaleTo(1.32, 300); + DimImage.ScaleTo(1.34, 300); DimImage.TranslateTo(0.0, height2, 300); CheckImage.TranslateTo(0.0, height2, 300); }