Hi,
How to scroll position ? Scroll to css add class not working.
What have you tried? It works with:
$$('.page-content').scrollTop(100, 600);
Closing as no further response/discussion
scroll to specific item
var container = $$('.page-content'),
scrollTo = $$('#item_element');
//mover scroll posicion, duracion
container.scrollTop(scrollTo.offset().top - container.offset().top + container.scrollTop(), 600);
Hi,
how can one achieve this in F7+vue ?
Most helpful comment
scroll to specific item