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
Branch
ecash-more-animations
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24457
Build 48514: Build Diff
Build 48513: arc lint + arc unit

Event Timeline

web/e.cash/components/navbar/styles.js
8

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

why was this required?

148

ditto

web/e.cash/components/navbar/styles.js
8

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

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

148

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.