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

Vertical and horizontal slide transitions are too different to have the same name #2497

Closed
@tqc

Description

@tqc

Slide moves both the current and next pages sideways, while slideup/slidedown moves the next page over the current page. These are two different transitions, neither of which is implemented for all directions.

This becomes particularly noticeable if you use transparent backgrounds - on iPad a fixed background image and transparent pages performs a lot better than having background images on the pages.

Activity

eddiemonge

eddiemonge commented on Sep 22, 2011

@eddiemonge
Contributor

I'm confused. What is the actual issue?

tqc

tqc commented on Sep 22, 2011

@tqc
Author

It could be looked at as either inconsistent behaviour or missing transitions. It's possible to create a custom transition that is a vertical version of slide (though I'm not sure what to call it given that slideup is used for something else), but it seems like something the framework could handle better.

The reference to performance is simply some background on why I ran into the issue - removing background images made the transitions a lot faster and didn't impact anything other than the vertical transitions.

toddparker

toddparker commented on Sep 27, 2011

@toddparker
Contributor

Please add this suggestion to the feature request wiki and close when that's done. We'll re-open if we decide to tackle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eddiemonge@toddparker@tqc

        Issue actions

          Vertical and horizontal slide transitions are too different to have the same name · Issue #2497 · jquery-archive/jquery-mobile