🚀 Horizontal gesture "Pull animation" option

* Enables or disables pull animation when using horizontal gesture
This commit is contained in:
Acclorite 2025-03-12 19:27:46 +02:00
parent 1c0e259179
commit e4cc80ab08
14 changed files with 90 additions and 1 deletions

View file

@ -218,6 +218,13 @@
<string name="horizontal_gesture_scroll_option">Scroll fraction</string>
<string name="horizontal_gesture_sensitivity_option">Sensitivity</string>
<string name="horizontal_gesture_alpha_anim_option">Visibility animation</string>
<string name="horizontal_gesture_alpha_anim_option_desc">
Enable visibility animation when using horizontal gesture
</string>
<string name="horizontal_gesture_pull_anim_option">Pull animation</string>
<string name="horizontal_gesture_pull_anim_option_desc">
Enable pull animation when using horizontal gesture
</string>
<string name="bottom_bar_padding_option">Bottom bar margin</string>
<string name="highlighted_reading_option">Highlight words</string>
<string name="highlighted_reading_option_desc">Highlight the beginning of each word</string>