fix(FontList): address the bug with selected font transition animations

This commit is contained in:
Ilia Mashkov
2026-04-20 13:36:05 +03:00
parent a73bd75947
commit 67fc9dee72
4 changed files with 173 additions and 48 deletions
+6
View File
@@ -86,3 +86,9 @@ export const DEFAULT_TYPOGRAPHY_CONTROLS_DATA: ControlModel<ControlId>[] = [
export const MULTIPLIER_S = 0.5;
export const MULTIPLIER_M = 0.75;
export const MULTIPLIER_L = 1;
/**
* Index value for items not yet loaded in a virtualized list.
* Treated as being at the very bottom of the infinite scroll.
*/
export const VIRTUAL_INDEX_NOT_LOADED = Infinity;