File tree Expand file tree Collapse file tree
apps/playground/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ export const Home = () => {
122122 < div className = "flex-1 p-3" >
123123 < div className = "space-y-2.5" >
124124 < div className = "h-2.5 bg-gradient-to-r from-indigo-200 to-purple-200 rounded-full w-1/2 animate-pulse" > </ div >
125- < div className = "h-2.5 bg-gradient-to-r from-blue-200 to-cyan-200 rounded-full w-3/4 animate-pulse delay-75 " > </ div >
126- < div className = "h-2.5 bg-gradient-to-r from-purple-200 to-pink-200 rounded-full w-full animate-pulse delay-150 " > </ div >
125+ < div className = "h-2.5 bg-gradient-to-r from-blue-200 to-cyan-200 rounded-full w-3/4 animate-pulse [animation-delay:75ms] " > </ div >
126+ < div className = "h-2.5 bg-gradient-to-r from-purple-200 to-pink-200 rounded-full w-full animate-pulse [animation-delay:150ms] " > </ div >
127127 </ div >
128128 </ div >
129129 </ div >
You can’t perform that action at this time.
0 commit comments