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
ENYO-4889: Added new timing functions to Transition… (#1290)
* ENYO-4889: Added new timing functions to Transition and updated ExpandableItem to use them
Enact-DCO-1.0-Signed-off-by: Blake Stephens <blake.stephens@lge.com>
* Corrected the ease-in-quart function numbers, logically rearranged order of functions, added new functions to tests.
Enact-DCO-1.0-Signed-off-by: Blake Stephens <blake.stephens@lge.com>
* Updates change log entry
* Adds placeholder change log entries and fixes up entries
* Fix bad auto merge
* Fixes more bad auto merge
Reviewed-By: Jeremy Thomas (jeremy.thomas@lge.com)
Integrated-By: Aaron Tam (aaron.tam@lge.com)
Copy file name to clipboardexpand all lines: packages/ui/CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
The following is a curated list of changes in the Enact ui module, newest changes on the top.
4
4
5
+
## [unreleased]
6
+
7
+
### Added
8
+
9
+
-`ui/Transition` animation timing functions `ease-in`, `ease-out`, `ease-in-quart`, and `ease-out-quart` to provide prettier options for transitions that may be more suited to a specific visual style
0 commit comments