Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Swipe event improvement#341

Closed
davepenfold wants to merge 50 commits intojquery-archive:masterfrom
davepenfold:master
Closed

Swipe event improvement#341
davepenfold wants to merge 50 commits intojquery-archive:masterfrom
davepenfold:master

Conversation

@davepenfold
Copy link
Contributor

Increase y axis threshold on swiping to decrease the chance of failed swipes

davepenfold and others added 30 commits October 30, 2010 22:15
…lement just needs a data-role of collapsible-set. Fixes #87, Fixes #178
…k event handler, where it is now refactored and simplified. Thx to Jeffrey Way for ideas that went into this refactor.

Also, clicks that are triggered on anchors will now be able to make a new http request, which improves listview behavior when clicking LIs that resolve to external urls.

Included in commit is a new demo/test page with various link types to make sure they behave as expected.

Fixes #272, Fixes #264
…le.addResolutionBreakpoints (accepts number or array of numbers) which can be used to add widths to be used in min/max media classes on HTML element.
littke and others added 20 commits November 2, 2010 10:00
…he plugin for native button elements, not to be confused with the buttonMarkup plugin).

renamed method to "button" and updated page.js to match
…h as when it's appended to the new page for persistence), before removing class
"Global: blinky page transitions"

According to the CSS Animations spec as soon as an animation completes, any properties that were animated revert back to their previous values. This means that the CSS rule that refers to the animation by name must also have the "To" property values specified.
- Added a -webkit-perspective property to the body element, since it is the container for the element (ui-page) that actually flips. We need specify this so a projection matrix gets created, giving the viewer some perspective. The 1000 represents the depth in pixels (the distance from the viewer to the z-plane). According to the CSS3 spec 1000 is a moderate value. Lower values make the effect more extreme.
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants