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

Change Orientation #1

Open
martheli opened this issue Oct 6, 2020 · 1 comment
Open

Change Orientation #1

martheli opened this issue Oct 6, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@martheli
Copy link

martheli commented Oct 6, 2020

Any way to change the orientation so that the timeline goes horizontal across the page instead of vertical?

@keshavlingala
Copy link
Owner

As of now Orientation is not supported but alternatively you can use transition CSS property if you have very less timeline items that can fit in page horizontally

<timeline style="transform:rotateZ(90deg)">
    <timeline-item>...<timeline-item>
    ....
</timeline>

PS: still not a best choice with this module

@keshavlingala keshavlingala reopened this Oct 18, 2023
@keshavlingala keshavlingala added good first issue Good for newcomers enhancement New feature or request labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants