Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/animated-characters/AnimatedCharacters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function AnimatedCharacters({
const isHidingPassword = passwordLength > 0 && !showPassword;
const isLookingAway = isPasswordFocused && !showPassword;

// 综合样式生成器:恢复原始视觉参数 + 优化后的平滑逻辑
// 综合样式生成器:原始视觉参数 + 优化后的平滑逻辑
const getCharStyle = (backgroundColor, zIndex, pos, dimensions, transform) => {
const transformTransition = (isPasswordFocused || isTyping) ? "transform 0.6s ease-out" : "transform 0.1s ease-out";

Expand Down