PHP Classes
elePHPant
Icontem

Smooth Scroll CakePHP Plugin: Scroll content smoothly with a jQuery plug-in

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2012-02-09 (4 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 204 All time: 7,795 This week: 1,140Up
Version License PHP version Categories
smooth-div-scroller 1.0Artistic License5.0PHP 5
Description Author

This class can make HTML content scroll smoothly with a jQuery plug-in.

It is a plug-in for the CakePHP framework that can generate HTML with JavaScript to display several blocks of HTML content scrolling smoothly in an automatic way or when the use drags the mouse over scroll arrow elements.

Picture of Tran Tuan
  Performance   Level  
Name: Tran Tuan <contact>
Classes: 3 packages by
Country: Viet Nam Viet Nam
Innovation award
Innovation award
Nominee: 1x

Details
Full runable pakage please download it here : http://www.mediafire.com/?gfd73y9j8ws044h

Smooth div scroll plugin for Cakephp by Niceit - tuantinhoc@yahoo.com

How to use : 

- Scroll take insite a <ul> tag, elements take <li> tags.
***
- Take css for <ul> tag : position:relative;
***
- Put following tag insite your <ul> scroll tag:

<ul>
	<div id="makeMeScrollable"> //You can change id you want
		<div class="scrollingHotSpotLeft"></div>
		<div class="scrollingHotSpotRight"></div>
		<div class="scrollWrapper">
			<div class="scrollableArea>"
				<li>...</li>//Your scroll elements
				<li>...</li>//Your scroll elements
				....
			</div>
		</div>
	</div>
</ul>

- Use in view just call : $this->Smoothscroll->SmoothDivScroller(<Your tag id>);
	EX : $this->Smoothscroll->SmoothDivScroller("makeMeSrollable");
  Files folder image Files  
File Role Description
Accessible without login Plain text file readme.txt Doc. decription
Plain text file smoothscroll.php Class main class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:204
This week:0
All time:7,795
This week:1,140Up