You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The up-window-angular component currently supports various animations such as fade, slide (in multiple directions), and scale. This issue aims to introduce two new animations: Rotate Left and Rotate Right.
Tasks:
Add support for the "rotate-left" animation.
Add support for the "rotate-right" animation.
Create examples in the AnimationComponent with buttons to open windows using the new animations.
Update the style files (animation.component.scss) to include transitions and keyframes for the new rotate animations.
Technical Details:
Rotate Left: The window should rotate along the Z-axis in a counterclockwise direction (negative rotation).
Rotate Right: The window should rotate along the Z-axis in a clockwise direction (positive rotation).
The animations should be smooth and have a duration of around 0.5 seconds.
The text was updated successfully, but these errors were encountered:
The
up-window-angular
component currently supports various animations such as fade, slide (in multiple directions), and scale. This issue aims to introduce two new animations: Rotate Left and Rotate Right.Tasks:
AnimationComponent
with buttons to open windows using the new animations.animation.component.scss
) to include transitions and keyframes for the new rotate animations.Technical Details:
The text was updated successfully, but these errors were encountered: