| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The flipping animation is used at several places so it makes sense to
use a single component to handle the animation. It will avoid styles
duplication.
|
| |
|
|
|
|
| |
Using paths aliases starting with "@" can be confusing and can lead to
conflict with existings modules. I prefer to use relative paths to
avoid extra configuration in tools because of these aliases.
|
| |
|
|
|
|
| |
Due to translateX transform and overflow, on small screens a zoom in /
zoom out effect happened. So I adjust the animations for branding and
job.
|
| |
|
|
|
|
| |
Animations based on width or height can be expensive and can cause
lower performances. So, instead I use transform to obtain the same
effect.
|
| |
|
|
|
|
| |
On small screen, they was too small I think. I also change some
styles like focus state to keep consistency between all elements in
toolbar. Also, I was not fan of the rotate effect.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|