Skip to content

Instantly share code, notes, and snippets.

@mcalthrop
Created February 26, 2019 12:30
Show Gist options
  • Save mcalthrop/07a3437376d1c4212744f8feb8d1e084 to your computer and use it in GitHub Desktop.
Save mcalthrop/07a3437376d1c4212744f8feb8d1e084 to your computer and use it in GitHub Desktop.
Accessible vertical CSS transitions

Accessible vertical CSS transitions

Requirements

The goal is to transition an element with the following as requirements:

  1. Transition an element vertically, between visible and not visible
  2. Transition must be possible in both directions: a. from visible to not visible b. from not visible to visible
  3. Hide the content of the element from screen readers when it is not visible

## Challenges

TO DO

Implementation

TO DO

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment