mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
New transition duration token for components
This commit is contained in:
parent
3be93fd584
commit
8b46ae3bd0
204 changed files with 464 additions and 221 deletions
|
@ -4,7 +4,8 @@ export default {
|
|||
borderColor: '{content.border.color}',
|
||||
color: '{content.color}',
|
||||
borderRadius: '{content.border.radius}',
|
||||
shadow: '{overlay.navigation.shadow}'
|
||||
shadow: '{overlay.navigation.shadow}',
|
||||
transitionDuration: '{transition.duration}'
|
||||
},
|
||||
list: {
|
||||
padding: '{navigation.list.padding}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue