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

fix: [0645] フェードインでスクロール反転の初期位置が正しく反映されない問題を修正 #1408

Merged
merged 1 commit into from Feb 18, 2023

Conversation

cwtickle
Copy link
Owner

🔨 変更内容 / Details of Changes

  1. フェードイン、スクロール反転機能を同時に利用した場合に
    スクロール初期位置が正しく反映されない問題を修正しました。

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. スクロール反転処理についてcalcDataTimingという色変化・モーションデータと同じ関数を使用していましたが、この関数を使用するためには配列グループの2番目に色番号(矢印番号)を指定する必要がありました。
    ※コメントに但し書きを追記しています。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

  • スクロール反転固有の問題のため、ver30.2.0のみで発生する問題です。

@cwtickle cwtickle added bug Something isn't working func:Loading labels Feb 18, 2023
@codeclimate
Copy link

codeclimate bot commented Feb 18, 2023

Code Climate has analyzed commit 2b88017 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working func:Loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant