Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(header): support header title typeit #306

Merged
merged 11 commits into from
May 3, 2020

Conversation

DaveA-W
Copy link
Contributor

@DaveA-W DaveA-W commented May 2, 2020

Change to support optional typeit of header title.

Example at https://www.holo.co.de/ which adds _custom.scss to make the effect more subtle (as well as only lasting for ~10 seconds)

.header-title {

    .ti-cursor {
        animation-iteration-count: 10 !important;
        opacity: 0.3;
        transition: opacity 5s linear 5s;
    }

    span.ti-cursor {
        opacity: 0;
    }
}

@dillonzq dillonzq changed the base branch from master to develop May 3, 2020 02:07
@dillonzq dillonzq merged commit 8c70654 into dillonzq:develop May 3, 2020
@dillonzq
Copy link
Owner

dillonzq commented May 4, 2020

@DaveA-W Thanks for your PR.
I have added some configurations for TypeIt to change typing speed, blinking speed, cursor character and duration after typing finishing in #314

@DaveA-W DaveA-W deleted the feat/header_typeit branch May 4, 2020 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants