efl_page_transition_scroll: bug fix in update function
authorJaeun Choi <jaeun12.choi@samsung.com>
Thu, 13 Dec 2018 08:59:47 +0000 (17:59 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 01:53:45 +0000 (10:53 +0900)
commitc5461c525fbd030c68ad7eecfe05e6ac5fbf553e
tree620cd9811eefa892e6ec1f9d34c940970552c7f4
parent2c4c4c7859b48451aef1775f0ccaf53f3f1a9fdd
efl_page_transition_scroll: bug fix in update function

since page_infos are connected in a circular manner,
one node (head or tail) moves in the opposite direction when scrolled.
there was a bug in hiding such nodes and
this patch fixes it.
src/lib/elementary/efl_page_transition_scroll.c