Page MenuHomePhabricator

[e.cash] Add animations to site
ClosedPublic

Authored by johnkuney on Jul 11 2023, 23:09.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC84d11f525242: [e.cash] Add animations to site
Summary

Adding animations to all of the pages. Just applying the new animation definition to a handfull of styled components
note I also added one max-width css rule that was needed

Test Plan

preview the site and see if all of the pages have animaitons

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

web/e.cash/components/navbar/styles.js
8 ↗(On Diff #41394)

all the other changes are adding animation and this one is removing -- what was going on here?

web/e.cash/styles/pages/blog.js
84 ↗(On Diff #41394)

why was this required?

148 ↗(On Diff #41394)

ditto

web/e.cash/components/navbar/styles.js
8 ↗(On Diff #41394)

it was doing the animation to the navbar every time you navigated to another page, which I thought was no good

web/e.cash/styles/pages/blog.js
84 ↗(On Diff #41394)

the transition all was messing with the animation timing, so specified the value

148 ↗(On Diff #41394)

same here

This revision is now accepted and ready to land.Jul 12 2023, 02:25
This revision was automatically updated to reflect the committed changes.