michon commited on
Commit
e92331f
·
1 Parent(s): 85e0d2b

better lip syncing1

Browse files
Files changed (1) hide show
  1. avatar-frontend/app/app/page.tsx +1 -5
avatar-frontend/app/app/page.tsx CHANGED
@@ -1,6 +1,3 @@
1
- Here is the fully updated `avatar-frontend/app/app/page.tsx` with the improved lip-sync animation logic, faster interpolation, and better timing controls implemented.
2
-
3
- ```tsx
4
  "use client";
5
 
6
  import { Canvas, useFrame } from "@react-three/fiber";
@@ -1714,5 +1711,4 @@ export default function AppPage() {
1714
  `}</style>
1715
  </div>
1716
  );
1717
- }
1718
- ```
 
 
 
 
1
  "use client";
2
 
3
  import { Canvas, useFrame } from "@react-three/fiber";
 
1711
  `}</style>
1712
  </div>
1713
  );
1714
+ }