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
hi, found your package very useful, but 'class' filter in MutationObserver is quite limiting. having a scenario when grid is formed dynamically with positioning via style attributes, so I am forced to hack my way around with "version" class that increments every position change :)
hi, found your package very useful, but
'class'
filter in MutationObserver is quite limiting. having a scenario when grid is formed dynamically with positioning via style attributes, so I am forced to hack my way around with "version" class that increments every position change :)animate-css-grid/src/index.ts
Lines 332 to 337 in 599ee43
attributeFilter
customisation should be a simple addition ofattributeFilter
property toWrapGridArguments
with default value of['class']
.animate-css-grid/src/index.ts
Lines 100 to 106 in 599ee43
I would gladly contribute to implement this feature, if @aholachek OK this change
The text was updated successfully, but these errors were encountered: