Is it possible to add custom sx
mappings?
#2477
Unanswered
oliveryasuna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use the
transitions
part for durations. E.g.,transitions: ['200ms', '400ms', '600ms']
.Can I register mappings for
sx
props, such astransitionDuration
? That way, I can do, e.g.,transitionDuration: 'transitions.1'
.Beta Was this translation helpful? Give feedback.
All reactions