Closed Bug 1064191 Opened 10 years ago Closed 10 years ago

animation rotate

Categories

(Core :: General, defect)

32 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1078262

People

(Reporter: flash.vkv, Unassigned)

Details

Attachments

(1 file)

Attached file bug.html
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140825202822

Steps to reproduce:

делаю анимцию 
animation: 1.5s ease-out 0s normal none infinite xxx__show;
@keyframes xxx__show {
    from {transform:perspective(3000px) rotateX(0deg)}
    50% {transform:perspective(3000px) rotateX(-15deg) }
    to {transform:perspective(3000px) rotateX(0deg)}
}


Actual results:

при окончании анимации происходит дерганье 


Expected results:

должно быть плавно как у webkit
Steps to reproduce: "Use these animation styles" and then the styles.

Actual results: The end of the animation is jerky.

Expected results: Should be smooth like webkit.
Yeah, I'm definitely seeing some weird jerkiness there.  Timothy, is this something you could look at?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(tnikkel)
This looks very similar to bug 1078262. We should retest in a build with that fixed.
This does indeed seem to be fixed by bug 1078262.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(tnikkel)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: