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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:22:20+00:00 2026-06-13T01:22:20+00:00

I am currently working on a mobile app in Backbone.js using Zepto.js for animations,

  • 0

I am currently working on a mobile app in Backbone.js using Zepto.js for animations, and during page transition there is a noticible white flicker, and it’s quite visually displeasing. I can’t seem to figure it, anyone have an idea why this might be happening?

My animation code is the following:

var $old = $('.page').not(this.el);

        //This fix was hard-won, just doing .css(property, '') doesn't work!
        $old.get(0).style["margin-left"] = ""
        $old.get(0).style["-webkit-transform"] = ""

        this.$el.appendTo('body').hide();
        this.$el.show().css({"margin-left": 320 * direction_coefficient});
        var that=this;
        that.$el.anim({translateX: -320 * direction_coefficient +'px'}, 0.3, 'ease-out');
        $old.anim({translateX: -320 * direction_coefficient + 'px'}, 0.3, 'ease-out', function() {
            $old.remove();
            //$('.page').css({"position": "static"});
        });
  • 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-13T01:22:21+00:00Added an answer on June 13, 2026 at 1:22 am

    set the backface visibility of animated element (page view?) to hidden to prevent flickering

    -webkit-backface-visibility: hidden;
    

    if this doesn’t work you might want to try to use on body or animated element

    -webkit-transform:translate3d(0,0,0);
    

    which will prevent turning body or your element into GPU accelerated layer which rasterizes it for animating and this is where flicker might happen as normal elements are turned into an animated layer.

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

Sidebar

Related Questions

I'm currently working on a mobile app (implemented using Sencha Touch 2 and designed
I'm currently working on a mobile app using Phonegap 1.4.1. On iOS (currently using
I am currently working on a mobile app that is going to communicate with
I'm currently working on a mobile landing page for a company. It's a really
So here's my problem. I'm currently working on a PhoneGap application using jQuery Mobile
In my PhoneGap/jQuery Mobile app, I'm currently using PhoneGaps' Camera API to allow the
I am working on a simple web app using jquery mobile. I am attempting
I'm working on an app that uses Backbone and RequireJS (using the Backbone boilerplate).
I am currently working on a mobile web page in asp.Net MVC2 that allows
I'm currently working on a cross-platform mobile app and have gone through the process

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.