Bounce
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/Bounce
软件介绍
* Added live demo page (url at bottom of page)
This project allows the user to extend the elements on the web page (created for use with 'textarea' elements, but no reason why it cannot be used elsewhere) with a bounce animation.
It requires both jQuery and the jQuery Easing plugin (details can be found: http://plugins.jquery.com/project/Easing).
By selecting the elements and calling the 'bounce' function you will apply the default bounce functionality.
The default behaviour is to hide the elements and only display the clickable bar, although this can be changed either using the 'open: true' configuration parameter or by calling the 'bounceOpen' function.
Examples include:
$('textarea').bounce();
$('textarea').bounce({bottom: false, open: true});
$('textarea').bounce({bottom: false}).openBouncer(1);* The '1' passed as the parameter to the 'openBouncer' function above refers to the first bounce element.
You can specify multiple bounce elements by comma separating there numbers i.e. 'openBouncer(1,2,5)'.
Further details can be found in the jquery.bounce.js header.
The layout is all controlled through CSS and you can change the default class used if necessary by changing the 'bounceclass' configuration option.
I first created this functionality with the mootools (http://www.mootools.net) javascript framework, however I techincally prefer to use the jQuery framework and so, here it is...
Enjoy!
My other projects include:
Hover Image Text - http://plugins.jquery.com/project/HoverImageText
TextArea Resizer - http://plugins.jquery.com/project/TextAreaResizer
Web全栈工程师的自我修养
余果 / 人民邮电出版社 / 2015-9-1 / 49.00
全栈工程师正成为 IT 行业的新秀,论是上市互联网公司还是创业公司,都对全栈工程师青睐有加。本书作者是腾讯公司高级工程师,在前端、后端和APP开发方面都有丰富的经验,在本书中分享了全栈工程师的技能要求、核心竞争力、未来发展方向、对移动端的思考。除此之外,本书还详细记录了作者从零开始、学习成长的心路历程。 本书内容全面,客观务实,适合互联网行业新人、程序员,以及期待技术转型的从业者阅读参考。一起来看看 《Web全栈工程师的自我修养》 这本书的介绍吧!
