ywana-core8 0.1.60 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -3731,9 +3731,9 @@
3731
3731
  }, []);
3732
3732
  React.useEffect(function () {
3733
3733
  if (page !== renderedPage) {
3734
- setTransitionClass("page-out-" + context.direction);
3734
+ setTransitionClass("page-out");
3735
3735
  setTimeout(function () {
3736
- setTransitionClass("page-in-" + context.direction);
3736
+ setTransitionClass("page-in");
3737
3737
  setRenderedPage(page);
3738
3738
  setTimeout(function () {
3739
3739
  setTransitionClass('');