about summary refs log tree commit diff
path: root/src/lib/custom-animations
Commit message (Collapse)AuthorAgeFilesLines
* Rework native autocomplete (#5521)Hailey2024-09-271-8/+9
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Use scale animation for tabs (#5483)Samuel Newman2024-09-251-11/+16
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* Improve style of reply bar (#5447)Hailey2024-09-251-0/+53
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Make like animation on web same speed as mobile (#5391)Roscoe Rubin-Rottenberg2024-09-171-1/+1
|
* Tweak animation to not roll 0 -> 1, overflow hidden (#5148)Hailey2024-09-041-2/+2
|
* Only animate the like icon when from an actual toggle (#5096)Hailey2024-09-034-4/+12
|
* More tweaks to animation (#5082)Hailey2024-09-024-31/+28
|
* Improve animations for like button (#5074)Hailey2024-09-025-0/+573
|
* [🐴] Empty chat prompt (#4132)Eric Bailey2024-05-201-0/+27
| | | | | | | | | | | | | | | | | | | * Add empty chat pill * Tweak padding * move to `components`, place inside `KeyboardStickyView` * cleanup unused vars * add a new animation type * (unrelated) add haptic to long press * adjust shrink and pop --------- Co-authored-by: Hailey <me@haileyok.com>
* [🐴] Only scroll down one "screen" in height when foregrounding (#4027)Hailey2024-05-161-0/+39
* maintain position after foreground * one possibility * don't overscroll when content size changes. * ignore the rule on 1 item * fix * [🐴] Pill for additional unreads when coming from background (#4043) * create a pill with some animatons * add some basic styles to the pill * make the animations reusable * bit better styling * rm logs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * import --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>