Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

jQuery.ScrollTo is a plugin for scrolling elements by Ariel Flesler.

learn more… | top users | synonyms

0
votes
1answer
99 views

Android ScrollView ScrollTo and flicker

I note that the screen will flickers whenever scrollTo is called. What I wanted to achieve is to make sure the ScrollView content remain at the same position on the screen while data being added into ...
2
votes
0answers
1k views

FB.Canvas.scrollTo and FB.Canvas.setAutoGrow work on Windows but not in Mac

I'm developing a facebook app in my page https://www.facebook.com/BLOWUPPARTYOFFICIAL/app_449233448431335 but the page don't scroll up to top, and the page doesn't resize (showing always a ...
10
votes
4answers
4k views

How do you animate FB.Canvas.scrollTo?

I've created an app that is a set size (around 2,000 px tall) and have a menu that calls FB.Canvas.scrollTo in order to help the user navigate the long page. Is there any way to add a smooth ...
2
votes
2answers
465 views

How to get jQuery scrollTo plugin to behave within Facebook

I can't seem to get the scrollTo jQuery plugin to work within my Facebook app. I'm using it to move the window, as I have a form that needs to grow vertically as it is filled out. My code works fine ...