Skip to content

Commit 5d7c2be

Browse files
committed
Fixes css transition-timing-function autocomplete ease-ou #824
1 parent 8a7b356 commit 5d7c2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlashDevelop/Bin/Debug/Tools/css/completion.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ animation-direction=normal alternate
3939
animation-duration=<time>
4040
animation-iteration-count=<number>
4141
animation-name=<name>
42-
animation-timing-function=ease ease-in ease-ou ease-in-out linear cubic-bezier
42+
animation-timing-function=ease ease-in ease-out ease-in-out linear cubic-bezier
4343
appearance=normal icon desktop workspace document tooltip dialog push-button hyperlink radio-button checkbox menu-item tab menubar pull-down-menu pop-up-menu list-menu radio-group checkbox-group outline-tree range combo-box signature password
4444
baseline-shift=baseline sub super <percentage> <length>
4545
backface-visibility=visible hidden

0 commit comments

Comments
 (0)