-
13 Dec 2009 9:39 AM #21
-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
-
22 Jan 2010 7:45 AM #22
New effect added.
Grab the file Ext.Fx.ripple.js
Then just do
A rippleText call progress:Code:Ext.get("el-with-characters").rippleText();
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
22 Jan 2010 7:47 AM #23Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 33
awesome - thought don't know when i'd use it.


Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
22 Jan 2010 7:52 AM #24
No, I wouldn't use it in a business app.
It should work in Ext Core so can be used as eye candy in "web sites"
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
25 Jan 2010 11:14 AM #25
awesome! i was thinking of making the "pulse" effect a few days ago...its great the now we have a platform to do it. ill submit it as soon as i complete it.
p.s: we should also have an examples/demo page.Blog: http://www.artalat.com
Plugins and Extensions: Ext.ux.SliderFill | Ex.Fx | Ext.AlertBox | Ext.ux.BrowserAlert
Tutorials: Getting started with Ext JS: Creating a simple form with Ext JS and php | Basic Grid Panel with Ext JS and PHP
-
25 Jan 2010 10:24 PM #26
Interesting subliminal message in there...A rippleText call progress:
-
25 Jan 2010 11:38 PM #27
Ok so I’ve gone ahead and converted a function that I was using in one of my projects to an effect. I used Animal's rippleText as a template. It animates a number change...err...I’m finding it really hard to explain, so here is a demo, see for yourself:
http://artalat.obspk.com/examples/Ex...#numTransition
Usage:
This is very basic for now, hopefully I’ll be adding easing to it.Code:Ext.get("el-with-number").numTransition(newNumber);
Also I've never used svn or google code so I have no idea how to put it there, I plan to look into it but for now I’m uploading the file here.
Hope you guys like it.
ThanksBlog: http://www.artalat.com
Plugins and Extensions: Ext.ux.SliderFill | Ex.Fx | Ext.AlertBox | Ext.ux.BrowserAlert
Tutorials: Getting started with Ext JS: Creating a simple form with Ext JS and php | Basic Grid Panel with Ext JS and PHP
-
25 Jan 2010 11:45 PM #28
-
25 Jan 2010 11:53 PM #29
Blog: http://www.artalat.com
Plugins and Extensions: Ext.ux.SliderFill | Ex.Fx | Ext.AlertBox | Ext.ux.BrowserAlert
Tutorials: Getting started with Ext JS: Creating a simple form with Ext JS and php | Basic Grid Panel with Ext JS and PHP
-
26 Jan 2010 5:10 AM #30
-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs





Reply With Quote