Skip to content

Commit

Permalink
Fix missed (after minification) transition
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymshymko committed Feb 20, 2023
1 parent 81e8bc7 commit 7bfe640
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
{
useBuiltIns: 'entry',
corejs: 3,
loose: true,
},
],
'@babel/preset-react',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simply-carousel",
"version": "8.5.0",
"version": "8.5.1",
"description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable",
"files": [
"dist/"
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,6 @@ function ReactSimplyCarousel({
transform: itemsListTransform,
touchAction: preventScrollOnSwipe ? 'none' : 'auto',
}}
data-transform={itemsListTransform}
onTransitionEnd={
speed || delay
? handleItemsListTransitionEnd
Expand Down

0 comments on commit 7bfe640

Please sign in to comment.