Closed
Bug 1175520
Opened 10 years ago
Closed 9 years ago
CSS Transitions at load refres page.
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: antyspam22, Unassigned)
Details
I find bug in FF v 38. CSS transitions should not started after page refresh and load but it is. In version FF 37 it was ok. FF 38 has bug Try this code.
CSS:
.aaa {
-webkit-transition:all 5s ease-in-out;
transition:all 5s ease-in-out;
color:red;
font-size:20px;
}
HTML:
<p class="aaa">ABC</p>
Tested at current platform and MAC OSX
Comment 1•9 years ago
|
||
I didn't managed to reproduce this issue on the latest release(43.0.2) nor the latest Nightly(46.0a1) using only the code provided in the description.
What kind of selector did you use? Based only on the information provided in the issue description, "aaa" class does nothing.
Providing more info regarding the code that you used, would be helpful. Please create a simple test case in https://jsfiddle.net/ and paste the link or attach a HTML doc the bug, if you can.
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151221130713
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160105030211
Thank you,
Vlad
Flags: needinfo?(antyspam22)
I see it at FF 38, I just check at latest release it's ok :) ty
Flags: needinfo?(antyspam22)
Comment 3•9 years ago
|
||
Considering this, I will close the issue.
Thank you,
Vlad
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 4•8 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•