Skip to content

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

@tandrast

Description

@tandrast

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions