You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome package. We are using this package in our application and we want to add a rotate effect when dragging. We use helperClass to add a custom class for this. But when I started to move my cursor, the effect is immediately gone. I found that it's because here use translate to move the ghost element and override our transform effect. https://github.com/Jexordexan/vue-slicksort/blob/main/src/ContainerMixin.js#L564-L566
Is it possible to add a prop to let us append some custom styles?
Expected result
can add custom transform
Actually result
transform overrides by the package
Proposal solution
add a prop like set-helper-style and accept a function to allow overriding the part of updating styles
add a prop like helper-custom-transform and append to the transform style
The text was updated successfully, but these errors were encountered:
DanSnow
added a commit
to storipress/vue-slicksort
that referenced
this issue
Mar 7, 2022
Description
Thanks for the awesome package. We are using this package in our application and we want to add a rotate effect when dragging. We use
helperClass
to add a custom class for this. But when I started to move my cursor, the effect is immediately gone. I found that it's because here usetranslate
to move the ghost element and override our transform effect.https://github.com/Jexordexan/vue-slicksort/blob/main/src/ContainerMixin.js#L564-L566
Is it possible to add a prop to let us append some custom styles?
Expected result
can add custom
transform
Actually result
transform
overrides by the packageProposal solution
set-helper-style
and accept a function to allow overriding the part of updating styleshelper-custom-transform
and append to the transform styleThe text was updated successfully, but these errors were encountered: