feat: add Framer Motion animations with spring physics and reduced-motion support
This commit is contained in:
@@ -134,10 +134,10 @@ function ChecklistRow({ item, onToggle, onUpdate, onDelete }: ChecklistRowProps)
|
||||
setDraft(item.text);
|
||||
setEditing(true);
|
||||
}}
|
||||
className={`flex-1 cursor-pointer text-sm ${
|
||||
className={`flex-1 cursor-pointer text-sm transition-all duration-200 ${
|
||||
item.checked
|
||||
? "line-through text-pylon-text-secondary"
|
||||
: "text-pylon-text"
|
||||
? "line-through text-pylon-text-secondary opacity-60"
|
||||
: "text-pylon-text opacity-100"
|
||||
}`}
|
||||
>
|
||||
{item.text}
|
||||
|
||||
Reference in New Issue
Block a user