Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transition option to Pass Through(PT) of components #4231

Closed
27 tasks done
mertsincan opened this issue Aug 2, 2023 · 1 comment
Closed
27 tasks done

Add transition option to Pass Through(PT) of components #4231

mertsincan opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Aug 2, 2023

Users can control all options of Vue transition component;
https://vuejs.org/guide/built-ins/transition.html#transition

const pt = {
     panel: {
        transition: {
           onEnter(el, done) {
              ....
           },
           enterToClass: 'MyEnterClass',
           ...
        }
     }
}

Affected components:

  • Accordion
  • AutoComplete
  • Calendar
  • CascadeSelect
  • ColorPicker
  • ConfirmPopup
  • ContextMenu
  • DataTable
  • Dialog
  • Dropdown
  • Fieldset
  • Galleria
  • Image
  • Menu
  • Message
  • MultiSelect
  • OrderList
  • OverlayPanel
  • Panel
  • PanelMenu
  • Password
  • PickList
  • ScrollTop
  • Sidebar
  • TieredMenu
  • Toast
  • TreeSelect
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Aug 2, 2023
@mertsincan mertsincan added this to the 3.31.1 milestone Aug 2, 2023
@mertsincan mertsincan self-assigned this Aug 2, 2023
@mertsincan mertsincan changed the title Add transition option to Pass Through(PT) Add transition and transitionGroup options to Pass Through(PT) of components Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
@mertsincan mertsincan changed the title Add transition and transitionGroup options to Pass Through(PT) of components Add transition option to Pass Through(PT) of components Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 2, 2023
mertsincan added a commit that referenced this issue Aug 3, 2023
@rbcunhadesign
Copy link

rbcunhadesign commented Jul 11, 2024

Google search led me here. Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

2 participants