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

Family tree node connector doesn't have transition. #186

Open
tandrast opened this issue Mar 10, 2023 · 0 comments
Open

Family tree node connector doesn't have transition. #186

tandrast opened this issue Mar 10, 2023 · 0 comments

Comments

@tandrast
Copy link

Need to add:

transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;

To src/calc2/components/raTreeFamilyTree.scss:

/*Connector styles on hover*/
.tree li div.node.active + ul li::after,
.tree li div.node.active + ul li::before,
.tree li div.node.active + ul::before,
.tree li div.node.active + ul ul::before {
	border-color: #5C5C5C;
}

Sidenote: comment says styles on hover, however the selector is not for hover.

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

No branches or pull requests

1 participant