Hello Guest

Author Topic: Scroll to happen page/content layout length..  (Read 3927 times)

RakeshChatra

  • Newbie
  • *
  • Posts: 33
    • View Profile
Scroll to happen page/content layout length..
« on: October 26, 2013, 09:52:05 am »
Hi, i am trying to make a scroll with player images inside the scroll.. when i scroll all the images are getting displayed as scroll moves.. what i am looking is when i scroll only particular image should be displayed and again if i scroll next image should be displayed.. content should be split to particular length.. Please guide me how to achieve this.. i saw the scroll documentation but not able to get it done i am bit confused..

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Scroll to happen page/content layout length..
« Reply #1 on: October 26, 2013, 05:42:48 pm »
You can't do that out of the box. Its in the request list and will be implemented, but there isn't any time frame for that.
You will have to code it yourself - basically, work out value * ContentLength to work out where you are, and then snap to a value when if it stops moving far away from it.