Bug 156342

Summary: Nested menu animation performs too slow
Product: WebKit Reporter: Jeremias Menichelli <jmenichelli>
Component: WebKit WebsiteAssignee: Jon Davis <jond>
Status: RESOLVED FIXED    
Severity: Minor CC: commit-queue, jond, timothy
Priority: P2    
Version: Other   
Hardware: Mac   
OS: OS X 10.11   
Attachments:
Description Flags
Patch none

Description Jeremias Menichelli 2016-04-07 08:54:21 PDT
When user hovers the Contribute menu, its nested list of links appears with a slide in effect using top position instead of transform: translate and the animation lags, it's really easy to improve. I wrote a little piece about it to help the person that will fix it http://jeremenichelli.github.io/2016/04/always-animate-translate-instead-of-positions :)
Comment 1 Jon Davis 2016-04-07 10:41:40 PDT
Created attachment 275896 [details]
Patch
Comment 2 Timothy Hatcher 2016-04-07 11:02:40 PDT
Comment on attachment 275896 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=275896&action=review

> Websites/webkit.org/wp-content/themes/webkit/style.css:121
> -    
> +

We should just remove.

> Websites/webkit.org/wp-content/themes/webkit/style.css:1288
> -    
> +

Ditto.

> Websites/webkit.org/wp-content/themes/webkit/style.css:1464
> +
>  }

Ditto.
Comment 3 WebKit Commit Bot 2016-04-07 12:57:08 PDT
Comment on attachment 275896 [details]
Patch

Clearing flags on attachment: 275896

Committed r199173: <http://trac.webkit.org/changeset/199173>
Comment 4 WebKit Commit Bot 2016-04-07 12:57:11 PDT
All reviewed patches have been landed.  Closing bug.