tomayac’s avatartomayac’s Twitter Archive—№ 11,852

  1. …in reply to @simevidas
    @simevidas @samthor True, hidden does that. Two ways: you can dynamically set hidden on onanimationend (developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onanimationend), or manually set a negative tabindex. Note: my initial answer was for a simple "appear" animation, not for a full app drawer (app menu).