1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-13 00:41:59 +03:00

TS: Converted app file and animations service

Extracted functions out of app file during changes to clean up.
Altered animation function to use normal css prop names instead of JS
CSS prop names.
This commit is contained in:
Dan Brown
2024-10-11 15:19:19 +01:00
parent 2e8d6ce7d9
commit f41c02cbd7
11 changed files with 108 additions and 84 deletions

View File

@ -1,5 +1,5 @@
import {debounce} from '../services/util.ts';
import {transitionHeight} from '../services/animations';
import {transitionHeight} from '../services/animations.ts';
import {Component} from './component';
export class DropdownSearch extends Component {