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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:38:06+00:00 2026-05-28T20:38:06+00:00

I have the following CSS (3) class: .VisiblePage { -webkit-box-shadow: none; -webkit-transform: rotate(0deg); }

  • 0

I have the following CSS (3) class:

.VisiblePage
{
    -webkit-box-shadow: none;
    -webkit-transform: rotate(0deg);
}

In JavaScript I assign the class to a DOM element in a ‘page’ variable as follows:

page.className += " VisiblePage";

However, when I set the ‘display’ of the ‘page’ element to ‘block’ on the next line, the assignment of the VisiblePage class no longer results in its box-shadow and transform being applied:

page.className += " VisiblePage";
page.style.display = "block";

Changing the order of the two lines does not make a difference.

Does anyone have an explanation for this?

Currently I have an ugly workaround that works:

setTimeout(function () {
    page.className += " VisiblePage";
}, 0);
page.style.display = "block";

but I would like to get rid of it.

  • 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-05-28T20:38:07+00:00Added an answer on May 28, 2026 at 8:38 pm

    Following another question on stackoverflow and a blog post I conclude that CSS 3 transitions do not work (at least not in Chrome) when they are applied to elements that also have their CSS ‘display’ property set (at the same time). In my case the ‘display’ property of a ‘page’ element is set while that element also gets assigned a CSS class that defines a transition. Hence the transition does not work.

    I have solved my problem by using the ‘visibility’ property instead of ‘display’.

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

Sidebar

Related Questions

I have following css class For IE7 .shadow { margin-left: -5px; margin-top: -5px; zoom:
I have the following css and html... .hide { display:none; } <div> <span class='kardashian
I have the following CSS class: .hidden { visibility: hidden; position: absolute; } I
I have the following javascript: css = document.createElement('style'); css.setAttribute('type', 'text/css'); css_data = document.createTextNode(''); css.appendChild(css_data);
So if I have a CSS class named class-name, what does the following mean?
I have following css class .NavNew ul li.current a, .NavNew ul li a:hover, .NavNew
I have the following CSS class that I'm applying on a <td> tag: .bg
I have the following css class: .detail tr td { border-bottom: 1px solid #c0c0c0
I have the following: '.anchor('','Home').' and I want to add the following CSS class
Say I have the following css: .cls {} .cls ul {list-style-type:none;} .cls ul li

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.