Change record status: 
Project: 
Introduced in branch: 
10.1.x
Introduced in version: 
10.1.0
Description: 

Drupal Views module has a Drupal\views\Ajax\ScrollTopCommand AJAX command that allows scrolling browser to the top using AJAX commands.

To use the new command just replace use Drupal\views\Ajax\ScrollTopCommand; to the use Drupal\Core\Ajax\ScrollTopCommand; and that's all.

Impacts: 
Site builders, administrators, editors
Module developers
Themers