We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposed syntax:
<nu-block> <nu-animation name="rotation" duration="1s" easing="linear"> <nu-stop transform="rotate(0deg)"></nu-stop> <nu-stop transform="rotate(360deg)"></nu-stop> </nu-animation> <nu-icon name="rotate" animation="rotation"></nu-icon> </nu-block>
The main goal is to eliminate redundant percentage notation and replace it with more fluid duration alternative:
Main syntax:
<nu-stop duration=".5s" ...></nu-stop>
Part syntax:
<nu-stop duration="1p" ...></nu-stop>
Frame syntax:
<nu-stop duration="5fr" ...></nu-stop>
Exact stops will be calculated automatically.
The text was updated successfully, but these errors were encountered:
tenphi
No branches or pull requests
Proposed syntax:
The main goal is to eliminate redundant percentage notation and replace it with more fluid duration alternative:
Main syntax:
Part syntax:
Frame syntax:
Exact stops will be calculated automatically.
The text was updated successfully, but these errors were encountered: