Scroll from A to B demo with forceFallback enabled

When forceFallback is set to true, the traditional DOM way of scrolling element is used instead of the CSS transition way. If not specified, the code will detect whether CSS transition is supported, if it's supported, CSS transition will be used. Otherwise, DOM way of scroll will be used.