RightJS
JavaScript Framework That Feels Right
Home
Download
Plugins
UI
Demos
Docs
Blog
English
Русский
Get it!
RightJS v2.3.0
Documentation
Getting Started
Top 12 Features
API Reference
Tutorials
Additional
RightJS Plugins
RightJS UI
Showcases
Community
Google Group
Tickets Tracker
Code Snippets
IRC #rightjs
Participate!
RSS
Twitter
GitHub
Visual Effects Demo
By default RightJS comes with a visual effects engine and several most commonly used effects.
Fx.Morph
How are ya mate?
$('morph-test').morph({ width: '420px', fontSize: '40px', background: 'green', color: 'yellow' }, {duration: 'long'});
Start
Reset
Fx.Highlight
Highlight me!
$('highlight-test') .highlight() .highlight('blue') .highlight('red', 'green');
Start
Reset
Fx.Fade
Fade me!
$('fade-test').fade().fade();
Start
Reset
Fx.Slide
Slide me!
$('slide-test') .slide() .slide({direction: 'left'}) .slide('out', {direction: 'bottom'}) .slide('in', {direction: 'right'})
Start
Reset
Fx.Scroll
$('scroll-test').scroll({ x: 200, y: 40 });
Start
Reset
Questions?
info@rightjs.org
About the Framework
Philosophy
|
Benchmarks
|
Browsers
|
Contacts
Design by
Steven Garcia
Copyright © 2008-2011 Nikolay Nemshilov