another-scrolltop A jQuery scrolltop script based on the Yii scrolltop extension (http://www.yiiframework.com/extension/scrolltop)

  1. Install
  2. Usage

This extension shows a fixed up arrow at the bottom right of the page when the page scroll value is higher than the 'fadeTransitionStart' provided value.

Install ¶

Unzip the source in your extension folder.

Usage ¶

$this->widget('ext.scrolltop.ScrollTop', array(
    //Default values
    'fadeTransitionStart'=>10,
    'fadeTransitionEnd'=>200,
    'speed' => 'slow'
));
8 0
10 followers
728 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: jonathanasquier jonathanasquier
Created on: Jun 21, 2012
Last updated: 13 years ago

Downloads

show all

Related Extensions