Skip to content

Commit

Permalink
Update items-style-fly.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Apr 18, 2024
1 parent 6136cd7 commit 68ccbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/items-style-fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $(document).on('initEvents.vpf', (event, self) => {
transition: 'none',
transform: `translateX(${endX}) translateY(${endY}) translateZ(0)`,
});
// Trigger a reflow, flushing the CSS changes. This need to fix some glithes in Safari and Firefox.
// Trigger a reflow, flushing the CSS changes. This need to fix some glitches in Safari and Firefox.
// Info here - https://stackoverflow.com/questions/11131875/what-is-the-cleanest-way-to-disable-css-transition-effects-temporarily
// eslint-disable-next-line no-unused-expressions
$overlay[0].offsetHeight;
Expand Down

0 comments on commit 68ccbeb

Please sign in to comment.