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
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC84d11f525242: [e.cash] Add animations to site
preview the site and see if all of the pages have animaitons
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.178.130.230:41179 for the next 60 minutes.
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 |