scottjehl
4356e578a0
bring z-index down to 1, to prevent competition with fixed toolbars
2012-01-13 17:35:48 +07:00
Ghislain Seguin
75e43f3d39
Finished merging branch 'out-in-transition', I had trailing commas in there instead of semi-colons
2012-01-13 17:31:28 +07:00
scottjehl
d4f0a024fc
combined redundant syntax
2012-01-13 17:30:51 +07:00
scottjehl
d72397daa0
added the timing durations to the transitions themselves
2012-01-13 17:30:51 +07:00
scottjehl
c97d708bec
fixed some typos where webkit needed to be moz
2012-01-13 17:30:50 +07:00
scottjehl
3bb06691f1
fix up dialog presentation - headers were busted
2012-01-13 17:30:50 +07:00
scottjehl
ef8332071a
no bg image/gradient on ui-overlay
2012-01-13 17:30:50 +07:00
scottjehl
967834d6b2
CSS for ui-overlay-x applies to container now too - removed double class
2012-01-13 17:30:50 +07:00
Mat Marquis
b52551d9a3
Updated 3d transform test to accomodate FF10.
2012-01-13 17:30:49 +07:00
scottjehl
a9cd92a978
special case for dialogs - the theme class will apply to the page container when a dialog is shown, and that class will be removed when the dialog is hidden. This allows the transition to appear to affect only the inset window portion of the dialog page.
2012-01-13 17:29:41 +07:00
Ghislain Seguin
ba6ad1d07a
Have index.php serve the right file, this is deprecated and should be removed before 1.1 release
2012-01-13 17:27:57 +07:00
Ghislain Seguin
de37fbe615
Ported 148cb09132 to valencia theme
2012-01-13 17:27:57 +07:00
Mat Marquis
b815db5f76
Updated docs’ CSS to use new @import scheme.
2012-01-13 17:27:56 +07:00
Mat Marquis
eeb93c97d1
Single CSS concat file using @import, rather than the PHP concat.
2012-01-13 17:27:56 +07:00
Mat Marquis
d1663f1373
Added page turning transition.
2012-01-13 17:27:56 +07:00
toddparker
89442ef551
Whitespace
2012-01-13 17:27:55 +07:00
toddparker
36632aa594
Added in drop shadow on pages in "flow" transition, adjusted timing to be longer
2012-01-13 17:27:55 +07:00
scottjehl
2520307036
pulled out the 3D madness
2012-01-13 17:27:54 +07:00
scottjehl
5e862b60ba
changed up the timing and origin
2012-01-13 17:27:54 +07:00
scottjehl
43b5537d5b
added an experimental 3D transition, "flow"
2012-01-13 17:27:54 +07:00
scottjehl
af02f7e589
removed rotate transition from concat files and docs
2012-01-13 17:27:54 +07:00
scottjehl
a237c5f2e1
removed the experimental rotate transition
2012-01-13 17:27:53 +07:00
scottjehl
984edf8cc7
split the slide transitions into 3 files for slide, slidedown, and slideup
2012-01-13 17:27:53 +07:00
scottjehl
dbd03bf0df
removed fallback transition CSS for non-3D browsers
2012-01-13 17:27:53 +07:00
scottjehl
a0c67fa026
updated the rotate transition to move the page out of view
2012-01-13 17:27:53 +07:00
scottjehl
91709b4167
removed z-index rules, no longer needed
2012-01-13 17:27:53 +07:00
scottjehl
1f7d8ac7b6
z index not needed
2012-01-13 17:27:53 +07:00
scottjehl
34427cfb9d
brought back a full flip transition for 3d supporting browsers, using 90deg pairs. Needs further testing
2012-01-13 17:27:52 +07:00
scottjehl
f5ffe7540d
whitespace
2012-01-13 17:27:52 +07:00
scottjehl
5bf6728a65
removed or moved opacity rules for simpler cascade
2012-01-13 17:27:52 +07:00
scottjehl
93c1efe143
removed z-index rules, as pages no longer overlap in transitions
2012-01-13 17:27:52 +07:00
toddparker
21c53b646f
Moved non-3D rules to the bottom to hide the ugliness
...
Rule order doesn't seem to matter because of specificity.
2012-01-13 17:27:52 +07:00
toddparker
7dcce519f7
First cut at making pop work for non-3D browsers. Still rough, but works.
...
I had to create a new set of basic keyframes for non-3D because we had
opacity baked into our keyframes. As an upside, I could tweak the scale
factor differently between Android (0 > 1) and 3D (0.8 > 1).
2012-01-13 17:27:52 +07:00
toddparker
33b8cb67e0
Slide transition improvements
...
- Switched from opacity to outline for nofade
- Re-vamped the non-3D slides to eliminate blinking
2012-01-13 17:27:52 +07:00
toddparker
c152cc16d9
A few more slide tweaks, still blinky or skips frames in unpredictable ways
2012-01-13 17:27:52 +07:00
toddparker
0675e15233
Added "nofade" transition, slide/up/down for non-3D devices
...
- Introduced a class (nofade) which is similar to dontmove for
overwriting the fade in/out classes. We're not scoping all classes to
with supported or not like in flip so we need to negate the fade rules
with a new animation
- Added a selector block at the top to lengthen all slide animations to
300ms to reduce blinkiness on Android. Shorter caused animations to
break out of sequence. Needs refinement on timing.
- Added rules to apply the "nofade" classes to the replace the fade
in/out animations for non-3D browsers. Had to set the duration equal to
the slide animations to keep it all in sync.
2012-01-13 17:27:52 +07:00
toddparker
7e9203bcfe
Re-org file, scoped all flip rules to the 3d supported class to avoid android seeing these
...
Cleaned up unsupported rules, added to top of file - needed both fade
in and out rules
2012-01-13 17:27:52 +07:00
scottjehl
af7a8355dc
added a rotate transition, just for fun.
2012-01-13 17:27:52 +07:00
scottjehl
d6a44fcce9
flipped the default timing for in and out - they were backwards
2012-01-13 17:27:52 +07:00
scottjehl
43f113dd78
removed old comment
2012-01-13 17:27:51 +07:00
scottjehl
73ea93df11
removed flip in rules, no longer in use
2012-01-13 17:27:51 +07:00
scottjehl
5d3468b5cd
cleaned these up so only the right rules are in the right files
2012-01-13 17:27:51 +07:00
scottjehl
dcd1fef137
whitespace
2012-01-13 17:27:51 +07:00
scottjehl
5776196fea
moved ui-viewport-transitioning rules into here
2012-01-13 17:27:51 +07:00
scottjehl
a1b2d9433e
updated comment to credit jqTouch for original transitions ideas, though these are now quite different
2012-01-13 17:27:51 +07:00
scottjehl
bdcaa0ab23
missed slide in the new transitions file split out
2012-01-13 17:27:51 +07:00
scottjehl
5a4f16d08a
split transition CSS into separate files.
2012-01-13 17:27:51 +07:00
scottjehl
296b739521
tweaked scale and duration of some flip and pop transitions
2012-01-13 17:27:51 +07:00
scottjehl
a6b23b15be
dontmove is no longer in use
2012-01-13 17:27:50 +07:00
scottjehl
76664aebc1
not needed, as flip already uses fade now in the "in" transition.
2012-01-13 17:27:50 +07:00