You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/08/31 14:05:32 UTC

[jira] Created: (PIVOT-256) CardPane transition "direction" should be forward when wrapping from last index to first

CardPane transition "direction" should be forward when wrapping from last index to first
----------------------------------------------------------------------------------------

                 Key: PIVOT-256
                 URL: https://issues.apache.org/jira/browse/PIVOT-256
             Project: Pivot
          Issue Type: Improvement
          Components: wtk
    Affects Versions: 1.3
            Reporter: Todd Volkert
            Priority: Minor
             Fix For: 1.3.2


1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index

Result:
When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-256) Add CardPaneSkin "circular" style

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert updated PIVOT-256:
-------------------------------

    Fix Version/s:     (was: 1.3.1)
                   1.3

> Add CardPaneSkin "circular" style
> ---------------------------------
>
>                 Key: PIVOT-256
>                 URL: https://issues.apache.org/jira/browse/PIVOT-256
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> 1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
> 2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index
> Result:
> When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIVOT-256) CardPane transition "direction" should be forward when wrapping from last index to first

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749476#action_12749476 ] 

Greg Brown commented on PIVOT-256:
----------------------------------

This is by design. The reverse transition is applied whenever the "to" index is less than the "from" index (and vice versa). We'd need to add a "circular" (or something similar) style to CardPaneSkin to support this use case.


> CardPane transition "direction" should be forward when wrapping from last index to first
> ----------------------------------------------------------------------------------------
>
>                 Key: PIVOT-256
>                 URL: https://issues.apache.org/jira/browse/PIVOT-256
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3.2
>
>
> 1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
> 2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index
> Result:
> When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-256) Add CardPaneSkin "circular" style

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert updated PIVOT-256:
-------------------------------

    Summary: Add CardPaneSkin "circular" style  (was: CardPane transition "direction" should be forward when wrapping from last index to first)

Updating description per Greg's comment

> Add CardPaneSkin "circular" style
> ---------------------------------
>
>                 Key: PIVOT-256
>                 URL: https://issues.apache.org/jira/browse/PIVOT-256
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3.2
>
>
> 1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
> 2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index
> Result:
> When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-256) Add CardPaneSkin "circular" style

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert resolved PIVOT-256.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.2)
                   1.3.1

This was trivial, so I went ahead and implemented it

> Add CardPaneSkin "circular" style
> ---------------------------------
>
>                 Key: PIVOT-256
>                 URL: https://issues.apache.org/jira/browse/PIVOT-256
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3.1
>
>
> 1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
> 2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index
> Result:
> When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.