File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ const data: BarChartData = {
329329 </div >
330330 <div class =" rounded-2xl border border-slate-200 bg-white/80 p-6 text-center backdrop-blur-sm dark:border-slate-700 dark:bg-slate-800/80" >
331331 <div class =" bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-3xl font-bold text-transparent" >
332- 60fps
332+ 120fps
333333 </div >
334334 <div class =" text-slate-600 dark:text-slate-300" >Animation Performance</div >
335335 </div >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const plugins = [
1212 featured: true ,
1313 stats: {
1414 chartTypes: ' 9+' ,
15- performance: ' 60fps ' ,
15+ performance: ' 120fps ' ,
1616 platforms: ' iOS & Android' ,
1717 },
1818 },
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const activeChart = ref('line');
112112 <div class =" space-y-4 text-slate-600 dark:text-slate-300" >
113113 <div class =" flex items-start gap-3" >
114114 <div class =" mt-2 h-1.5 w-1.5 rounded-full bg-blue-500" ></div >
115- <p >Smooth animations with 60fps performance </p >
115+ <p >Smooth animations at up to 120fps on ProMotion displays </p >
116116 </div >
117117 <div class =" flex items-start gap-3" >
118118 <div class =" mt-2 h-1.5 w-1.5 rounded-full bg-emerald-500" ></div >
You can’t perform that action at this time.
0 commit comments