BennyKok commited on
Commit
1342931
1 Parent(s): b747f96

chore: disable animation for now

Browse files
Files changed (1) hide show
  1. src/components/WebsocketDemo.tsx +2 -2
src/components/WebsocketDemo.tsx CHANGED
@@ -172,11 +172,11 @@ export function WebsocketDemo() {
172
 
173
  <div className='relative w-full'>
174
  <canvas ref={canvasRef} className='rounded-lg ring-1 ring-black/10 w-full aspect-square' width={1024} height={1024}></canvas>
175
- {
176
  <><Skeleton className={
177
  cn("absolute top-0 left-0 w-full h-full aspect-square opacity-20 transition-opacity", pending ? "visible" : "invisible opacity-0")
178
  } /></>
179
- }
180
  </div>
181
 
182
 
 
172
 
173
  <div className='relative w-full'>
174
  <canvas ref={canvasRef} className='rounded-lg ring-1 ring-black/10 w-full aspect-square' width={1024} height={1024}></canvas>
175
+ {/* {
176
  <><Skeleton className={
177
  cn("absolute top-0 left-0 w-full h-full aspect-square opacity-20 transition-opacity", pending ? "visible" : "invisible opacity-0")
178
  } /></>
179
+ } */}
180
  </div>
181
 
182