Meteor jQuery animate not working -


i'm trying scroll page when template renders using code:

template.message.rendered = function() {      $('html, body').animate({          scrolltop: $('ul#message-list li:last').offset().top      }, 600); } 

nothing happens. element exists. has run jquery animate not working in meteor?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -