ScrollView: Avoid unintentional contraints on X/Y properties
authorPaul Wisbey <p.wisbey@samsung.com>
Sat, 31 May 2014 03:09:21 +0000 (12:09 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 11 Jun 2014 07:50:32 +0000 (08:50 +0100)
[problem]     Snap animation is not working in homescreen ScrollView
[cause]       Whilst the X/Y properties are animated, they are unintentionally
constrained to match the position from previous pan
[solution]    More logic to ensure constraints are removed after pan finishes.


No differences found