diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-08-30 04:58:48 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-08-30 04:58:48 +0000 |
commit | 0f72fc86004f143571398e88cdaa0b6d83b6661e (patch) | |
tree | 55c8696c3ca377d484cc124bb957604ef0b18212 /doc/api/projects.md | |
parent | 77fd0a0421864b8af04ceb6474f39cf52fc80b46 (diff) | |
parent | 12784559316fc2c3860641bee9c6f8e2bc12c4ba (diff) | |
download | gitlab-ce-0f72fc86004f143571398e88cdaa0b6d83b6661e.tar.gz |
Merge branch 'css-logo-animation' into 'master'
Change logo animation to CSS
## What does this MR do?
Converts the tanuki logo animation from javascript to CSS. You can now animate the tanuki svg logo by adding the CSS Class `animate`to it.
## Are there points in the code the reviewer needs to double check?
Just need to double check for browser compatibility
## Why was this MR needed?
* Using CSS for simple animations is a best practice (Optimizes DOM, uses GPU to do animation rather than CPU)
* Happy DOM :balloon:
## What are the relevant issue numbers?
Closes #20607
## Screenshots (if relevant)
Before DOM

After DOM

Before

After (Basically the same, hard to tell in my gif though because it was hard to get the timings right on the recording)

## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
- [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5655
Diffstat (limited to 'doc/api/projects.md')
0 files changed, 0 insertions, 0 deletions