Hi,
you could use the qx.fx.effect.core.Scroll class on document.documentElement
[tested on firefox - it seems other browsers want window/document.body] .
First you get the position of the element you want to get to, then you can
do something like this:
var animScrollDown = new
qx.fx.effect.core.Scroll(document.documentElement).set({
y : ELEMENT_POSITION_YOU_COMPUTED,
transition : "sinodial"
});
animScrollDown.setMode('absolute');
animScrollDown.start();
cheers,
Gabi
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/progressive-scrollChildIntoView-tp6875464p6876210.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel