aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/base/_animations.scss
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-20/+22
| | | | | | 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.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | 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.
* fix(animations): avoid zomm in/out effect on mobileArmand Philippot2022-03-061-32/+11
| | | | | | 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.
* refactor(animations): replace width animations with transformArmand Philippot2022-02-181-6/+12
| | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect.
* chore: increase toolbar buttons sizeArmand Philippot2022-02-131-23/+20
| | | | | | 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.
* chore: animate main with fade in effectArmand Philippot2022-02-011-0/+10
|
* chore: animate brandingArmand Philippot2022-02-011-0/+61
|
* chore: animate toolbar entranceArmand Philippot2022-02-011-0/+20
|
* chore: add main nav link statesArmand Philippot2022-01-071-0/+44
|
* chore: add a back to top linkArmand Philippot2022-01-041-0/+13