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
Associating positional keys with parent of element instead of element (optional). It will allow synchronizing animations of different elements located in the same parent. Implementation can be different and it's hard to decide what's better and more convenient. I put here 3 possible versions.
I am considering adding options:
data-sticky
,data-animation
anddata-classes
will work. Like a@media (min-width) {...}
in CSS.Questions that i faced:
data-options
attribute or trying to add new features to existing attributes?data-options
be applied to alldata-sticky
,data-animation
anddata-classes
attributes? Like akeys: parent
instead ofanimation-keys: parent
.The text was updated successfully, but these errors were encountered: