scottjehl
0a3be2ecf3
default transition type goes to fade
2012-01-10 12:43:10 +07:00
scottjehl
41bc37990a
for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure.
2012-01-10 12:43:10 +07:00
scottjehl
19941f8e9f
removed unused image
2012-01-10 12:43:10 +07:00
Todd Parker
8c4bc2fad8
More loader tweaks
2012-01-10 12:43:10 +07:00
Todd Parker
dac79b5cfa
Loader design tweaks
...
Removed the spin class from the loader container, tweaked opacity and
added slight glow to bottom of loader, increased padding. Downloaded a
fresh loader image.
2012-01-10 12:43:09 +07:00
scottjehl
c1cdb0a1a8
added loader test page for local testing
2012-01-10 12:43:09 +07:00
scottjehl
12c5da43a8
gif loader style updates
2012-01-10 12:43:09 +07:00
scottjehl
9a410f57fa
gif loader styles
2012-01-10 12:43:09 +07:00
scottjehl
b820de1afc
removed code to set css3transitionhandler as the default
2012-01-10 12:43:09 +07:00
scottjehl
0bfacce751
hard-set opacity for "out" to prevent blinks
2012-01-10 12:43:09 +07:00
scottjehl
f5dd6fb8ea
added fade out in transition handler file
2012-01-10 12:43:09 +07:00
scottjehl
597e6bd07a
added fade out in transition handler
2012-01-10 12:40:23 +07:00
scottjehl
bcf8746d77
gif-based loader animation
2012-01-10 12:40:23 +07:00
scottjehl
195d4dc47e
removed commented out line
2012-01-10 12:40:23 +07:00
scottjehl
821df23a7d
Much of the scripting in nav.js's transitionPages function was tied to the animation sequence for our css3transitionhandler. For example, the order was, scroll to top, run transitions, then scroll to the remembered location of the new page (there's more involved, but that's the gist of it). If we want to expand beyond this sequence, much of that scripting needs to move to the css3transitionhandler itself, and also to our "none" transition handler, which comes with nav model.
...
This commit moves all that logic into the transition handlers, and should provide a better starting point for adding different transition sequences, such as fade-out, scroll, fade-in.
In the process of making this change, the reFocus function was made public as $.mobile.focusPage.
2012-01-10 12:40:23 +07:00
Todd Parker
69983f7907
Merge pull request #3365 from fredefl/master
...
Fixed a typo and optimized images even more.
2012-01-07 15:23:04 -08:00
Ghislain Seguin
42c9409660
Fixed wrong line break
2012-01-06 17:14:48 -08:00
Mat Marquis
d7afc8aa78
Added download builder metadata.
2012-01-06 19:31:31 -05:00
John Bender
cf611bc1c7
conceding defeat on determining the load order issue that's causing the test failure
2012-01-06 15:27:21 -08:00
John Bender
f60dd96178
remove duplicate test run
2012-01-06 15:27:21 -08:00
John Bender
12f112d6d4
check to make sure cached test page appears
2012-01-06 15:27:21 -08:00
Ghislain Seguin
cc54ede5f0
Merge pull request #3385 from eddiemonge/patch-13
...
increase java cache size
2012-01-06 11:44:06 -08:00
jblas@adobe.com
f0cc30719d
Corrected the title for the functional test.
2012-01-06 10:23:54 -08:00
jblas@adobe.com
1a5224047b
Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices
...
It seems that some device/browser vendors use window.orientation values 0 and 180 to denote the "default" orientation. For iOS devices, and most other smart-phones tested, the default orientation is always "portrait", but in some Android and RIM based tablets, the default orientation is "landscape".
- Modified the orientationchange plugin so that it injects a landscape orientation media query into the document to figure out what the initial orientation is, it then makes adjustments to a portrait_map if necessary, so that we can properly decode the window.orientation value whenever get_orientation() is called.
2012-01-06 10:19:04 -08:00
John Bender
3cea545f73
enforce test order ... dying a little inside
2012-01-05 14:23:17 -08:00
Eddie Monge Jr.
23b2d7f0b4
increase java cache size
2012-01-05 11:55:34 -08:00
John Bender
8cbbb8076d
remove submodule update note
2012-01-05 11:14:37 -08:00
John Bender
4624dcfa13
vendor r.js and require.js
2012-01-05 10:36:50 -08:00
John Bender
a9daa06158
remove requirejs and r.js submodules in favor of vendoring the libraries
2012-01-05 10:32:46 -08:00
John Bender
98ed3fc31b
add submodule update/init to readme
2012-01-04 16:00:41 -08:00
John Bender
3c2bfaca8a
remove define stub, it's now stubbed through including jquery.mobile.define.js in js/index.php
2012-01-04 14:26:03 -08:00
John Bender
0b1829967d
obviate the need for stub definition of define when using vanilla /js require
2012-01-04 14:21:57 -08:00
John Bender
ea01f9f960
update functional tests to use requirejs
2012-01-04 14:04:18 -08:00
John Bender
bafd0cdf9f
add ui-mobile-rendering to docs to temprarily prevent fouc with async load. @gseguin to address with jqm-docs.js change
2012-01-04 13:59:17 -08:00
John Bender
22504c7613
switch to explicit false check to avoid undefined issues
2012-01-04 13:14:43 -08:00
John Bender
b47d9ba24e
fix async loading select test issue where keepnative isn't defined in time for the leading test
2012-01-04 13:13:24 -08:00
John Bender
95073892f0
Merge branch 'amd'
2012-01-04 12:24:33 -08:00
John Bender
db42f18ed5
note about fouc
2012-01-04 12:00:17 -08:00
John Bender
c9eed4e8b7
whitespace in readme
2012-01-04 11:59:02 -08:00
John Bender
e26d7de1a9
added note about local server support for development
2012-01-04 11:58:46 -08:00
John Bender
8ea0bddccc
ensure defaultTransitionHandler is defined after the navigation has been loaded
2012-01-04 11:46:35 -08:00
John Bender
6e8433d395
ensure defaultTransitionHandler is defined after the navigation has been loaded
2012-01-04 11:38:32 -08:00
John Bender
223ad8daab
move to reloadModule as it returns a deferred
2012-01-04 11:26:36 -08:00
John Bender
bda2834acc
make sure the slider core runs before init to set keepNative properly
2012-01-04 11:23:21 -08:00
John Bender
0a48b9168f
update select cached tests to use async
2012-01-04 11:10:04 -08:00
John Bender
dc3e42ec86
update listview pushstate test to use async
2012-01-04 11:08:21 -08:00
John Bender
912a7e852f
init test order and other small fixes
2012-01-04 11:05:52 -08:00
John Bender
739452ded0
fixed listview tests async loading
2012-01-04 09:45:36 -08:00
Mat Marquis
573fcf8668
Updating select menu tests to match recent dialog markup changes.
2012-01-04 12:35:13 -05:00
John Bender
16391e4af9
stub define in event tests
2012-01-04 09:10:52 -08:00