TS: Converted app file and animations service
Some checks are pending
lint-js / build (push) Waiting to run
test-js / build (push) Waiting to run

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 {