Skip to content

Open / Close menu animation missing #2174

@freed00m

Description

@freed00m

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

The menu, had in v2 animations on Open / Close.

This is not happening in v3 (latest)

https://ix.siemens.io/docs/components/application/code

Link from internal viva engage conversation

What type of frontend framework are you seeing the problem on?

Angular (NgModule)

On which version of the frontend framework are you experiencing the issue?

"@angular/core": "^20.2.4"

Which version of iX do you use?

v3.2.0

Code to produce this issue.

From doc

<ix-application>
  <ix-application-header name="My Application">
    <div class="placeholder-logo" slot="logo"></div>
  </ix-application-header>

  <ix-menu>
    <ix-menu-item>Item 1</ix-menu-item>
    <ix-menu-item>Item 2</ix-menu-item>
  </ix-menu>

  <ix-content>
    <ix-content-header slot="header" header-title="My Content Page">
    </ix-content-header>
  </ix-content>
</ix-application>

Metadata

Metadata

Assignees

No one assigned

    Labels

    BacklogIts part of the team backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions