Skip to content

Circle looks like low quality image #257

Description

@gokomer

I don't know how else I can describe it but circle looks like a low quality image. What am I doing wrong?

Image

That's how I use it.

<CountdownCircleTimer
  key={timerKey}
  isPlaying={isPlaying}
  duration={1500}
  initialRemainingTime={remTime}
  colors={['#004777', '#F7B801', '#A30000', '#A30000']}
  colorsTime={[7, 5, 2, 0]}
  onUpdate={(remainingTime: number) => {
    setRemainingTime(remainingTime)
  }}
>
  {children}
</CountdownCircleTimer>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions