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
Is your feature request related to a problem? Please describe.
When an entry is displayed and another entry is pushed in, the background of the first entry animates out before the new entry is displayed. In case both entries have the same background configuration, the previous background should not animate out in order to generate continuity.
Describe the solution you'd like
Add Equatable protocol to EKAttributes.BackgroundStyle and implement ==.
In EKRootViewController, before animating the previous entry out, check for background-style equality.
The text was updated successfully, but these errors were encountered:
huri000
changed the title
Keep Entry Screen Background Unchanged When 2 Consecutive Entries' Background Match
Keep Background Unchanged when 2 Consecutive Entries Background Match
Jun 8, 2018
huri000
changed the title
Keep Background Unchanged when 2 Consecutive Entries Background Match
Keep Background Unchanged when 2 Consecutive Entry Screen Backgrounds Match
Jun 8, 2018
Is your feature request related to a problem? Please describe.
When an entry is displayed and another entry is pushed in, the background of the first entry animates out before the new entry is displayed. In case both entries have the same background configuration, the previous background should not animate out in order to generate continuity.
Describe the solution you'd like
EKAttributes.BackgroundStyle
and implement==
.EKRootViewController
, before animating the previous entry out, check for background-style equality.The text was updated successfully, but these errors were encountered: