Skip to content

Commit

Permalink
fix(types): correct transition behavior "set looping"
Browse files Browse the repository at this point in the history
fixing the transition looping enabling call signature. The passed behavior gets interpreted as a nonexistent animation otherwise.
  • Loading branch information
kutoman authored Aug 3, 2024
1 parent eadc3d1 commit fb2d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/fomantic-ui-transition.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare namespace FomanticUI {
/**
* Enables animation looping.
*/
(behavior: 'looping'): JQuery;
(behavior: 'set looping'): JQuery;

/**
* Removes looping state from element.
Expand Down

0 comments on commit fb2d8fc

Please sign in to comment.