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 7850585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:54:28+00:00 2026-06-02T18:54:28+00:00

i am developing a live wallpaper, i am new and stuck at this problem,

  • 0

i am developing a live wallpaper, i am new and stuck at this problem, can anyone tell me How to draw images on canvas one by one like a slideshow with fadein and fadeout animation.
i am able to perform this animations on views and layouts but i have no idea to run them on canvas. please help!

  • 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-02T18:54:30+00:00Added an answer on June 2, 2026 at 6:54 pm

    Not sure if you mean java or javascript

    Some clues about fade-in solution:

    var delta = 0;
    var interval = 0;
    var duration = 2000;
    
    setInterval(function() {
      ctx.globalAlpha = 1.0;
      ctx.drawImage(oldImage);
    
      ctx.globalAlpha = delta / duration;
      ctx.drawImage(nextImage);
    
      delta += interval;
    }, interval);
    
    • Consider using requestAnimationFrame instead of timers

    • Calculate real delta using (new Date).getTime()

    • Play with some easing equations – for example:

    alpha = Math.sin(0.5 * Math.PI * delta / duration)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a live wallpaper and I would like to know how to
I'm developing a live wallpaper app which will draw an analog clock. So far
I am developing live wallpaper application. for the one hour and 15 minutes my
For this project I'm working on, I'm developing live on the server (not my
while developing a live wallpaper and testing on a HTC Desire HD, which has
I am developing openGL live wallpaper using Robert Green GLWallpaperService jar file. there is
I have been developing Android apps, but never did a live wallpaper. I have
When developing an application like Find my friends, when you can see multiple people
I'm developing a Live Wallpaper that requires the screen to be of certain features.
I will be developing apps using both my own Live ID and one specific

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.