Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/typing-effect-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: github/typing-effect-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 18 commits
  • 8 files changed
  • 3 contributors

Commits on May 4, 2021

  1. fix unpkg link

    koddsson authored May 4, 2021
    Configuration menu
    Copy the full SHA
    2579a1e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Adds tests and getters to set character and line delay to 0 when redu…

    …ced motion is preferred by user.
    jamieshark committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f98bd8b View commit details
    Browse the repository at this point in the history
  2. Appends line content without delay instead of character by character …

    …for reduced motion setting.
    jamieshark committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7478979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3165c6 View commit details
    Browse the repository at this point in the history
  4. Adds a condition for reduced motion where the data-reduced-motion att…

    …ribute will override the window media match. If data-reduced-motion is set to true, the component will NOT animate. If data-reduced-motion is set to false, the component WILL animate.
    jamieshark committed May 27, 2021
    Configuration menu
    Copy the full SHA
    dcfafd2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Mock window.matchMedia

    koddsson committed May 28, 2021
    Configuration menu
    Copy the full SHA
    3d6d644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450773f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from github/ci

    Set CI to run on Pull Requests as well
    koddsson authored May 28, 2021
    Configuration menu
    Copy the full SHA
    5bf0c88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a196433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8de1eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Adds mock condition for window.matchMedia for default case (prevents …

    …the test from setting delay to 0 when user has reduced motion set on their system). Removes code paths and mentions of attribute data-reduced-motion because including an escape hatch right now might be a bit confusing.
    jamieshark committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b07b9ba View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Fix Delay Attributes

    Fixed the bug that lineDelay and characterDelay aren't parsed correctly
    Le1mah committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7476b94 View commit details
    Browse the repository at this point in the history
  2. Replace reduceMotion logic check in typeLines with characterDelay val…

    …ue check. Also adds a condition to skip the await call for lines if lineDelay is not 0.
    jamieshark committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    77fe7b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    6600872 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Merge pull request #1 from jamieshark/jamie/a11y-reduced-motion

    a11y reduced motion
    koddsson authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    7369d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141f2c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from hazukitenki/main

    Fix Delay Attributes
    koddsson authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    aec90cf View commit details
    Browse the repository at this point in the history
  4. 0.1.0

    koddsson committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    150ba58 View commit details
    Browse the repository at this point in the history
Loading