Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8146793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:07:16+00:00 2026-06-06T14:07:16+00:00

I am developing a voice recorder function with PhoneGap on Android system. I’m testing

  • 0

I am developing a voice recorder function with PhoneGap on Android system. I’m testing on the Transformer Prime. I’m using jQuery and jQuery UI on top of PhoneGap’s JavaScript.

My question is this: When the user presses the Record button, how can I make that button flash to indicate that the app is recording?

Of course, the effect I want to create is to let the user know it’s still recording. Maybe I can set a timer to give the current recording duration, or something to that effect.

Unfortunately, I don’t know one of these effects. Could anyone give me a suggestion with the source code so that I can take it as a reference?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T14:07:19+00:00Added an answer on June 6, 2026 at 2:07 pm

    You can use CSS for that: http://jsfiddle.net/fszhJ/. Have a keyframe that sets the element invisible for the first half of the time, and visible for the other half. (You may want add other prefixes than only -webkit-.)

    @-webkit-keyframes keyframe {
        from {
            visibility: hidden;
        }
        50% {
            visibility: hidden;
        }
        to {
            visibility: visible;
        }
    }
    
    div {
        width: 200px;
        height: 200px;
        background-color: black;
        -webkit-animation: keyframe 1s infinite;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a simple voice recognizer using the service offered by Android and reading
I'm developing a phonegap based application, and I also need to call javascript from
I am developing an iphone app with the capability of recording voice using AVAudioRecorder.Currently
Developing a chrome extension using javascript is one of my university projects. I don't
I am just getting started developing my first Android app, and one function that
I am developing an Android application which always listen voice from user. It works
I am developing a Android Application, In which I need to send voice by
I am trying to research available voice recognition engines and SDK for developing a
Am developing an app which has a calculator function: for example, i have 4
im developing and iPad & Android Application , which is used for Presentation purpose.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.