@progress/kendo-theme-core 12.2.4-dev.1 → 12.3.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/meta/sassdoc-data.json +552 -0
- package/dist/meta/sassdoc-raw-data.json +133 -0
- package/dist/meta/variables.json +295 -7
- package/package.json +2 -2
- package/scss/components/action-sheet/_layout.scss +2 -0
- package/scss/components/bottom-navigation/_layout.scss +2 -0
- package/scss/components/breadcrumb/_layout.scss +1 -1
- package/scss/components/bubble/_layout.scss +8 -0
- package/scss/components/bubble/_theme.scss +0 -1
- package/scss/components/button/_layout.scss +3 -2
- package/scss/components/calendar/_layout.scss +2 -0
- package/scss/components/chart-wizard/_layout.scss +3 -0
- package/scss/components/chat/_layout.scss +7 -5
- package/scss/components/checkbox/_layout.scss +3 -1
- package/scss/components/chip/_layout.scss +3 -1
- package/scss/components/colorgradient/_layout.scss +2 -0
- package/scss/components/colorpalette/_layout.scss +2 -0
- package/scss/components/datetimepicker/_layout.scss +3 -1
- package/scss/components/dock-manager/_layout.scss +3 -1
- package/scss/components/drawer/_layout.scss +4 -2
- package/scss/components/fab/_layout.scss +3 -1
- package/scss/components/filter/_layout.scss +2 -0
- package/scss/components/gantt/_layout.scss +5 -0
- package/scss/components/input/_layout.scss +3 -0
- package/scss/components/list/_layout.scss +3 -3
- package/scss/components/listview/_layout.scss +2 -0
- package/scss/components/menu/_layout.scss +8 -0
- package/scss/components/panelbar/_layout.scss +2 -2
- package/scss/components/progressbar/_layout.scss +2 -1
- package/scss/components/progressbar/_theme.scss +2 -1
- package/scss/components/radio/_layout.scss +3 -1
- package/scss/components/rating/_layout.scss +2 -1
- package/scss/components/ripple/_layout.scss +3 -2
- package/scss/components/scroller/_layout.scss +3 -2
- package/scss/components/scrollview/_layout.scss +3 -0
- package/scss/components/slider/_layout.scss +3 -2
- package/scss/components/splitter/_layout.scss +2 -0
- package/scss/components/spreadsheet/_layout.scss +4 -0
- package/scss/components/stepper/_layout.scss +3 -3
- package/scss/components/suggestion/_layout.scss +2 -3
- package/scss/components/switch/_layout.scss +6 -2
- package/scss/components/tabstrip/_layout.scss +3 -1
- package/scss/components/timeline/_layout.scss +3 -2
- package/scss/components/treeview/_layout.scss +2 -0
- package/scss/index.scss +4 -2
- package/scss/motion/index.scss +208 -3
- package/scss/styles/_animations.scss +35 -35
|
@@ -1509,6 +1509,279 @@
|
|
|
1509
1509
|
"9": "(0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
1510
1510
|
}
|
|
1511
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
"description": "The global map of motion easing tokens.\n",
|
|
1514
|
+
"commentRange": {
|
|
1515
|
+
"start": 141,
|
|
1516
|
+
"end": 142
|
|
1517
|
+
},
|
|
1518
|
+
"context": {
|
|
1519
|
+
"type": "variable",
|
|
1520
|
+
"name": "kendo-easings",
|
|
1521
|
+
"value": "$default-easings",
|
|
1522
|
+
"scope": "default",
|
|
1523
|
+
"line": {
|
|
1524
|
+
"start": 143,
|
|
1525
|
+
"end": 143
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"group": [
|
|
1529
|
+
"motion"
|
|
1530
|
+
],
|
|
1531
|
+
"access": "public",
|
|
1532
|
+
"file": {
|
|
1533
|
+
"path": "core/scss/motion/index.scss",
|
|
1534
|
+
"name": "index.scss"
|
|
1535
|
+
},
|
|
1536
|
+
"resolvedValue": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
|
|
1537
|
+
"resolvedType": "Map",
|
|
1538
|
+
"prettyValue": {
|
|
1539
|
+
"linear": "cubic-bezier(0, 0, 1, 1)",
|
|
1540
|
+
"accelerate": "cubic-bezier(0.42, 0, 1, 1)",
|
|
1541
|
+
"decelerate": "cubic-bezier(0, 0, 0.58, 1)",
|
|
1542
|
+
"standard": "cubic-bezier(0.42, 0, 0.58, 1)",
|
|
1543
|
+
"sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
|
|
1544
|
+
"bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
|
|
1545
|
+
"elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"description": "The global map of motion duration tokens.\n",
|
|
1550
|
+
"commentRange": {
|
|
1551
|
+
"start": 146,
|
|
1552
|
+
"end": 147
|
|
1553
|
+
},
|
|
1554
|
+
"context": {
|
|
1555
|
+
"type": "variable",
|
|
1556
|
+
"name": "kendo-durations",
|
|
1557
|
+
"value": "$default-durations",
|
|
1558
|
+
"scope": "default",
|
|
1559
|
+
"line": {
|
|
1560
|
+
"start": 148,
|
|
1561
|
+
"end": 148
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"group": [
|
|
1565
|
+
"motion"
|
|
1566
|
+
],
|
|
1567
|
+
"access": "public",
|
|
1568
|
+
"file": {
|
|
1569
|
+
"path": "core/scss/motion/index.scss",
|
|
1570
|
+
"name": "index.scss"
|
|
1571
|
+
},
|
|
1572
|
+
"resolvedValue": "(instant: 0ms, immediate: 50ms, brief: 100ms, quick: 150ms, rapid: 200ms, swift: 250ms, speedy: 300ms, brisk: 350ms, prompt: 400ms, timely: 450ms, moderate: 500ms, measured: 550ms, steady: 600ms, leisurely: 700ms, slow: 800ms, languid: 900ms, sluggish: 1000ms)",
|
|
1573
|
+
"resolvedType": "Map",
|
|
1574
|
+
"prettyValue": {
|
|
1575
|
+
"instant": "0ms",
|
|
1576
|
+
"immediate": "50ms",
|
|
1577
|
+
"brief": "100ms",
|
|
1578
|
+
"quick": "150ms",
|
|
1579
|
+
"rapid": "200ms",
|
|
1580
|
+
"swift": "250ms",
|
|
1581
|
+
"speedy": "300ms",
|
|
1582
|
+
"brisk": "350ms",
|
|
1583
|
+
"prompt": "400ms",
|
|
1584
|
+
"timely": "450ms",
|
|
1585
|
+
"moderate": "500ms",
|
|
1586
|
+
"measured": "550ms",
|
|
1587
|
+
"steady": "600ms",
|
|
1588
|
+
"leisurely": "700ms",
|
|
1589
|
+
"slow": "800ms",
|
|
1590
|
+
"languid": "900ms",
|
|
1591
|
+
"sluggish": "1000ms"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"description": "The global map of motion transition tokens.\n",
|
|
1596
|
+
"commentRange": {
|
|
1597
|
+
"start": 151,
|
|
1598
|
+
"end": 172
|
|
1599
|
+
},
|
|
1600
|
+
"context": {
|
|
1601
|
+
"type": "variable",
|
|
1602
|
+
"name": "kendo-transitions",
|
|
1603
|
+
"value": "$default-transitions",
|
|
1604
|
+
"scope": "default",
|
|
1605
|
+
"line": {
|
|
1606
|
+
"start": 173,
|
|
1607
|
+
"end": 173
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
"group": [
|
|
1611
|
+
"motion"
|
|
1612
|
+
],
|
|
1613
|
+
"subGroup": [
|
|
1614
|
+
{
|
|
1615
|
+
"name": "fast",
|
|
1616
|
+
"value": [
|
|
1617
|
+
"instant",
|
|
1618
|
+
"rapid",
|
|
1619
|
+
"snappy",
|
|
1620
|
+
"energetic"
|
|
1621
|
+
],
|
|
1622
|
+
"description": "Speed and Responsiveness"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "expressive",
|
|
1626
|
+
"value": [
|
|
1627
|
+
"emphasis",
|
|
1628
|
+
"bouncy",
|
|
1629
|
+
"pulse",
|
|
1630
|
+
"flip"
|
|
1631
|
+
],
|
|
1632
|
+
"description": "Personality and Playfulness"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "calm",
|
|
1636
|
+
"value": [
|
|
1637
|
+
"subtle",
|
|
1638
|
+
"gentle",
|
|
1639
|
+
"settle",
|
|
1640
|
+
"smooth",
|
|
1641
|
+
"fluid",
|
|
1642
|
+
"deliberate"
|
|
1643
|
+
],
|
|
1644
|
+
"description": "Subtle & Natural"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "visibility",
|
|
1648
|
+
"value": [
|
|
1649
|
+
"slide-in",
|
|
1650
|
+
"slide-out",
|
|
1651
|
+
"fade-in",
|
|
1652
|
+
"fade-out",
|
|
1653
|
+
"enter",
|
|
1654
|
+
"exit"
|
|
1655
|
+
],
|
|
1656
|
+
"description": "Visibility & Movement Change"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "size",
|
|
1660
|
+
"value": [
|
|
1661
|
+
"scale-in",
|
|
1662
|
+
"scale-out",
|
|
1663
|
+
"grow",
|
|
1664
|
+
"shrink",
|
|
1665
|
+
"expand",
|
|
1666
|
+
"collapse"
|
|
1667
|
+
],
|
|
1668
|
+
"description": "Size & Scale Adjustments"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"access": "public",
|
|
1672
|
+
"file": {
|
|
1673
|
+
"path": "core/scss/motion/index.scss",
|
|
1674
|
+
"name": "index.scss"
|
|
1675
|
+
},
|
|
1676
|
+
"resolvedValue": "(instant: (duration: var(--kendo-duration-instant), easing: var(--kendo-easing-linear)), rapid: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-decelerate)), snappy: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-decelerate)), energetic: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-elastic)), bouncy: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-bounce)), subtle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), gentle: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-accelerate)), enter: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), exit: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-accelerate)), settle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-decelerate)), scale-out: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-accelerate)), scale-in: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-decelerate)), fade-out: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-standard)), fade-in: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-standard)), slide-out: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-accelerate)), slide-in: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), emphasis: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-sharp)), collapse: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-accelerate)), expand: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), shrink: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-accelerate)), grow: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), pulse: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), smooth: (duration: var(--kendo-duration-moderate), easing: var(--kendo-easing-standard)), flip: (duration: var(--kendo-duration-measured), easing: var(--kendo-easing-standard)), fluid: (duration: var(--kendo-duration-steady), easing: var(--kendo-easing-standard)), deliberate: (duration: var(--kendo-duration-slow), easing: var(--kendo-easing-standard)))",
|
|
1677
|
+
"resolvedType": "Map",
|
|
1678
|
+
"prettyValue": {
|
|
1679
|
+
"instant": {
|
|
1680
|
+
"duration": "var(--kendo-duration-instant)",
|
|
1681
|
+
"easing": "var(--kendo-easing-linear)"
|
|
1682
|
+
},
|
|
1683
|
+
"rapid": {
|
|
1684
|
+
"duration": "var(--kendo-duration-quick)",
|
|
1685
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1686
|
+
},
|
|
1687
|
+
"snappy": {
|
|
1688
|
+
"duration": "var(--kendo-duration-swift)",
|
|
1689
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1690
|
+
},
|
|
1691
|
+
"energetic": {
|
|
1692
|
+
"duration": "var(--kendo-duration-swift)",
|
|
1693
|
+
"easing": "var(--kendo-easing-elastic)"
|
|
1694
|
+
},
|
|
1695
|
+
"bouncy": {
|
|
1696
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
1697
|
+
"easing": "var(--kendo-easing-bounce)"
|
|
1698
|
+
},
|
|
1699
|
+
"subtle": {
|
|
1700
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
1701
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1702
|
+
},
|
|
1703
|
+
"gentle": {
|
|
1704
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
1705
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1706
|
+
},
|
|
1707
|
+
"enter": {
|
|
1708
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
1709
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1710
|
+
},
|
|
1711
|
+
"exit": {
|
|
1712
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
1713
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1714
|
+
},
|
|
1715
|
+
"settle": {
|
|
1716
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
1717
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1718
|
+
},
|
|
1719
|
+
"scale-out": {
|
|
1720
|
+
"duration": "var(--kendo-duration-quick)",
|
|
1721
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1722
|
+
},
|
|
1723
|
+
"scale-in": {
|
|
1724
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
1725
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1726
|
+
},
|
|
1727
|
+
"fade-out": {
|
|
1728
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
1729
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1730
|
+
},
|
|
1731
|
+
"fade-in": {
|
|
1732
|
+
"duration": "var(--kendo-duration-swift)",
|
|
1733
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1734
|
+
},
|
|
1735
|
+
"slide-out": {
|
|
1736
|
+
"duration": "var(--kendo-duration-swift)",
|
|
1737
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1738
|
+
},
|
|
1739
|
+
"slide-in": {
|
|
1740
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
1741
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
1742
|
+
},
|
|
1743
|
+
"emphasis": {
|
|
1744
|
+
"duration": "var(--kendo-duration-quick)",
|
|
1745
|
+
"easing": "var(--kendo-easing-sharp)"
|
|
1746
|
+
},
|
|
1747
|
+
"collapse": {
|
|
1748
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
1749
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1750
|
+
},
|
|
1751
|
+
"expand": {
|
|
1752
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
1753
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1754
|
+
},
|
|
1755
|
+
"shrink": {
|
|
1756
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
1757
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
1758
|
+
},
|
|
1759
|
+
"grow": {
|
|
1760
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
1761
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1762
|
+
},
|
|
1763
|
+
"pulse": {
|
|
1764
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
1765
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1766
|
+
},
|
|
1767
|
+
"smooth": {
|
|
1768
|
+
"duration": "var(--kendo-duration-moderate)",
|
|
1769
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1770
|
+
},
|
|
1771
|
+
"flip": {
|
|
1772
|
+
"duration": "var(--kendo-duration-measured)",
|
|
1773
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1774
|
+
},
|
|
1775
|
+
"fluid": {
|
|
1776
|
+
"duration": "var(--kendo-duration-steady)",
|
|
1777
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1778
|
+
},
|
|
1779
|
+
"deliberate": {
|
|
1780
|
+
"duration": "var(--kendo-duration-slow)",
|
|
1781
|
+
"easing": "var(--kendo-easing-standard)"
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1512
1785
|
{
|
|
1513
1786
|
"description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
|
|
1514
1787
|
"commentRange": {
|
|
@@ -9958,6 +10231,285 @@
|
|
|
9958
10231
|
}
|
|
9959
10232
|
]
|
|
9960
10233
|
},
|
|
10234
|
+
{
|
|
10235
|
+
"id": "motion",
|
|
10236
|
+
"title": "Motion",
|
|
10237
|
+
"variables": [
|
|
10238
|
+
{
|
|
10239
|
+
"description": "The global map of motion easing tokens.\n",
|
|
10240
|
+
"commentRange": {
|
|
10241
|
+
"start": 141,
|
|
10242
|
+
"end": 142
|
|
10243
|
+
},
|
|
10244
|
+
"context": {
|
|
10245
|
+
"type": "variable",
|
|
10246
|
+
"name": "kendo-easings",
|
|
10247
|
+
"value": "$default-easings",
|
|
10248
|
+
"scope": "default",
|
|
10249
|
+
"line": {
|
|
10250
|
+
"start": 143,
|
|
10251
|
+
"end": 143
|
|
10252
|
+
}
|
|
10253
|
+
},
|
|
10254
|
+
"group": [
|
|
10255
|
+
"motion"
|
|
10256
|
+
],
|
|
10257
|
+
"access": "public",
|
|
10258
|
+
"file": {
|
|
10259
|
+
"path": "core/scss/motion/index.scss",
|
|
10260
|
+
"name": "index.scss"
|
|
10261
|
+
},
|
|
10262
|
+
"resolvedValue": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
|
|
10263
|
+
"resolvedType": "Map",
|
|
10264
|
+
"prettyValue": {
|
|
10265
|
+
"linear": "cubic-bezier(0, 0, 1, 1)",
|
|
10266
|
+
"accelerate": "cubic-bezier(0.42, 0, 1, 1)",
|
|
10267
|
+
"decelerate": "cubic-bezier(0, 0, 0.58, 1)",
|
|
10268
|
+
"standard": "cubic-bezier(0.42, 0, 0.58, 1)",
|
|
10269
|
+
"sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
|
|
10270
|
+
"bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
|
|
10271
|
+
"elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
|
|
10272
|
+
}
|
|
10273
|
+
},
|
|
10274
|
+
{
|
|
10275
|
+
"description": "The global map of motion duration tokens.\n",
|
|
10276
|
+
"commentRange": {
|
|
10277
|
+
"start": 146,
|
|
10278
|
+
"end": 147
|
|
10279
|
+
},
|
|
10280
|
+
"context": {
|
|
10281
|
+
"type": "variable",
|
|
10282
|
+
"name": "kendo-durations",
|
|
10283
|
+
"value": "$default-durations",
|
|
10284
|
+
"scope": "default",
|
|
10285
|
+
"line": {
|
|
10286
|
+
"start": 148,
|
|
10287
|
+
"end": 148
|
|
10288
|
+
}
|
|
10289
|
+
},
|
|
10290
|
+
"group": [
|
|
10291
|
+
"motion"
|
|
10292
|
+
],
|
|
10293
|
+
"access": "public",
|
|
10294
|
+
"file": {
|
|
10295
|
+
"path": "core/scss/motion/index.scss",
|
|
10296
|
+
"name": "index.scss"
|
|
10297
|
+
},
|
|
10298
|
+
"resolvedValue": "(instant: 0ms, immediate: 50ms, brief: 100ms, quick: 150ms, rapid: 200ms, swift: 250ms, speedy: 300ms, brisk: 350ms, prompt: 400ms, timely: 450ms, moderate: 500ms, measured: 550ms, steady: 600ms, leisurely: 700ms, slow: 800ms, languid: 900ms, sluggish: 1000ms)",
|
|
10299
|
+
"resolvedType": "Map",
|
|
10300
|
+
"prettyValue": {
|
|
10301
|
+
"instant": "0ms",
|
|
10302
|
+
"immediate": "50ms",
|
|
10303
|
+
"brief": "100ms",
|
|
10304
|
+
"quick": "150ms",
|
|
10305
|
+
"rapid": "200ms",
|
|
10306
|
+
"swift": "250ms",
|
|
10307
|
+
"speedy": "300ms",
|
|
10308
|
+
"brisk": "350ms",
|
|
10309
|
+
"prompt": "400ms",
|
|
10310
|
+
"timely": "450ms",
|
|
10311
|
+
"moderate": "500ms",
|
|
10312
|
+
"measured": "550ms",
|
|
10313
|
+
"steady": "600ms",
|
|
10314
|
+
"leisurely": "700ms",
|
|
10315
|
+
"slow": "800ms",
|
|
10316
|
+
"languid": "900ms",
|
|
10317
|
+
"sluggish": "1000ms"
|
|
10318
|
+
}
|
|
10319
|
+
},
|
|
10320
|
+
{
|
|
10321
|
+
"description": "The global map of motion transition tokens.\n",
|
|
10322
|
+
"commentRange": {
|
|
10323
|
+
"start": 151,
|
|
10324
|
+
"end": 172
|
|
10325
|
+
},
|
|
10326
|
+
"context": {
|
|
10327
|
+
"type": "variable",
|
|
10328
|
+
"name": "kendo-transitions",
|
|
10329
|
+
"value": "$default-transitions",
|
|
10330
|
+
"scope": "default",
|
|
10331
|
+
"line": {
|
|
10332
|
+
"start": 173,
|
|
10333
|
+
"end": 173
|
|
10334
|
+
}
|
|
10335
|
+
},
|
|
10336
|
+
"group": [
|
|
10337
|
+
"motion"
|
|
10338
|
+
],
|
|
10339
|
+
"subGroup": [
|
|
10340
|
+
{
|
|
10341
|
+
"name": "fast",
|
|
10342
|
+
"value": [
|
|
10343
|
+
"instant",
|
|
10344
|
+
"rapid",
|
|
10345
|
+
"snappy",
|
|
10346
|
+
"energetic"
|
|
10347
|
+
],
|
|
10348
|
+
"description": "Speed and Responsiveness"
|
|
10349
|
+
},
|
|
10350
|
+
{
|
|
10351
|
+
"name": "expressive",
|
|
10352
|
+
"value": [
|
|
10353
|
+
"emphasis",
|
|
10354
|
+
"bouncy",
|
|
10355
|
+
"pulse",
|
|
10356
|
+
"flip"
|
|
10357
|
+
],
|
|
10358
|
+
"description": "Personality and Playfulness"
|
|
10359
|
+
},
|
|
10360
|
+
{
|
|
10361
|
+
"name": "calm",
|
|
10362
|
+
"value": [
|
|
10363
|
+
"subtle",
|
|
10364
|
+
"gentle",
|
|
10365
|
+
"settle",
|
|
10366
|
+
"smooth",
|
|
10367
|
+
"fluid",
|
|
10368
|
+
"deliberate"
|
|
10369
|
+
],
|
|
10370
|
+
"description": "Subtle & Natural"
|
|
10371
|
+
},
|
|
10372
|
+
{
|
|
10373
|
+
"name": "visibility",
|
|
10374
|
+
"value": [
|
|
10375
|
+
"slide-in",
|
|
10376
|
+
"slide-out",
|
|
10377
|
+
"fade-in",
|
|
10378
|
+
"fade-out",
|
|
10379
|
+
"enter",
|
|
10380
|
+
"exit"
|
|
10381
|
+
],
|
|
10382
|
+
"description": "Visibility & Movement Change"
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
"name": "size",
|
|
10386
|
+
"value": [
|
|
10387
|
+
"scale-in",
|
|
10388
|
+
"scale-out",
|
|
10389
|
+
"grow",
|
|
10390
|
+
"shrink",
|
|
10391
|
+
"expand",
|
|
10392
|
+
"collapse"
|
|
10393
|
+
],
|
|
10394
|
+
"description": "Size & Scale Adjustments"
|
|
10395
|
+
}
|
|
10396
|
+
],
|
|
10397
|
+
"access": "public",
|
|
10398
|
+
"file": {
|
|
10399
|
+
"path": "core/scss/motion/index.scss",
|
|
10400
|
+
"name": "index.scss"
|
|
10401
|
+
},
|
|
10402
|
+
"resolvedValue": "(instant: (duration: var(--kendo-duration-instant), easing: var(--kendo-easing-linear)), rapid: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-decelerate)), snappy: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-decelerate)), energetic: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-elastic)), bouncy: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-bounce)), subtle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), gentle: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-accelerate)), enter: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), exit: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-accelerate)), settle: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-decelerate)), scale-out: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-accelerate)), scale-in: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-decelerate)), fade-out: (duration: var(--kendo-duration-rapid), easing: var(--kendo-easing-standard)), fade-in: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-standard)), slide-out: (duration: var(--kendo-duration-swift), easing: var(--kendo-easing-accelerate)), slide-in: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-decelerate)), emphasis: (duration: var(--kendo-duration-quick), easing: var(--kendo-easing-sharp)), collapse: (duration: var(--kendo-duration-speedy), easing: var(--kendo-easing-accelerate)), expand: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), shrink: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-accelerate)), grow: (duration: var(--kendo-duration-prompt), easing: var(--kendo-easing-standard)), pulse: (duration: var(--kendo-duration-brisk), easing: var(--kendo-easing-standard)), smooth: (duration: var(--kendo-duration-moderate), easing: var(--kendo-easing-standard)), flip: (duration: var(--kendo-duration-measured), easing: var(--kendo-easing-standard)), fluid: (duration: var(--kendo-duration-steady), easing: var(--kendo-easing-standard)), deliberate: (duration: var(--kendo-duration-slow), easing: var(--kendo-easing-standard)))",
|
|
10403
|
+
"resolvedType": "Map",
|
|
10404
|
+
"prettyValue": {
|
|
10405
|
+
"instant": {
|
|
10406
|
+
"duration": "var(--kendo-duration-instant)",
|
|
10407
|
+
"easing": "var(--kendo-easing-linear)"
|
|
10408
|
+
},
|
|
10409
|
+
"rapid": {
|
|
10410
|
+
"duration": "var(--kendo-duration-quick)",
|
|
10411
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10412
|
+
},
|
|
10413
|
+
"snappy": {
|
|
10414
|
+
"duration": "var(--kendo-duration-swift)",
|
|
10415
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10416
|
+
},
|
|
10417
|
+
"energetic": {
|
|
10418
|
+
"duration": "var(--kendo-duration-swift)",
|
|
10419
|
+
"easing": "var(--kendo-easing-elastic)"
|
|
10420
|
+
},
|
|
10421
|
+
"bouncy": {
|
|
10422
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
10423
|
+
"easing": "var(--kendo-easing-bounce)"
|
|
10424
|
+
},
|
|
10425
|
+
"subtle": {
|
|
10426
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
10427
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10428
|
+
},
|
|
10429
|
+
"gentle": {
|
|
10430
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
10431
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10432
|
+
},
|
|
10433
|
+
"enter": {
|
|
10434
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
10435
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10436
|
+
},
|
|
10437
|
+
"exit": {
|
|
10438
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
10439
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10440
|
+
},
|
|
10441
|
+
"settle": {
|
|
10442
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
10443
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10444
|
+
},
|
|
10445
|
+
"scale-out": {
|
|
10446
|
+
"duration": "var(--kendo-duration-quick)",
|
|
10447
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10448
|
+
},
|
|
10449
|
+
"scale-in": {
|
|
10450
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
10451
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10452
|
+
},
|
|
10453
|
+
"fade-out": {
|
|
10454
|
+
"duration": "var(--kendo-duration-rapid)",
|
|
10455
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10456
|
+
},
|
|
10457
|
+
"fade-in": {
|
|
10458
|
+
"duration": "var(--kendo-duration-swift)",
|
|
10459
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10460
|
+
},
|
|
10461
|
+
"slide-out": {
|
|
10462
|
+
"duration": "var(--kendo-duration-swift)",
|
|
10463
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10464
|
+
},
|
|
10465
|
+
"slide-in": {
|
|
10466
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
10467
|
+
"easing": "var(--kendo-easing-decelerate)"
|
|
10468
|
+
},
|
|
10469
|
+
"emphasis": {
|
|
10470
|
+
"duration": "var(--kendo-duration-quick)",
|
|
10471
|
+
"easing": "var(--kendo-easing-sharp)"
|
|
10472
|
+
},
|
|
10473
|
+
"collapse": {
|
|
10474
|
+
"duration": "var(--kendo-duration-speedy)",
|
|
10475
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10476
|
+
},
|
|
10477
|
+
"expand": {
|
|
10478
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
10479
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10480
|
+
},
|
|
10481
|
+
"shrink": {
|
|
10482
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
10483
|
+
"easing": "var(--kendo-easing-accelerate)"
|
|
10484
|
+
},
|
|
10485
|
+
"grow": {
|
|
10486
|
+
"duration": "var(--kendo-duration-prompt)",
|
|
10487
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10488
|
+
},
|
|
10489
|
+
"pulse": {
|
|
10490
|
+
"duration": "var(--kendo-duration-brisk)",
|
|
10491
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10492
|
+
},
|
|
10493
|
+
"smooth": {
|
|
10494
|
+
"duration": "var(--kendo-duration-moderate)",
|
|
10495
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10496
|
+
},
|
|
10497
|
+
"flip": {
|
|
10498
|
+
"duration": "var(--kendo-duration-measured)",
|
|
10499
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10500
|
+
},
|
|
10501
|
+
"fluid": {
|
|
10502
|
+
"duration": "var(--kendo-duration-steady)",
|
|
10503
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10504
|
+
},
|
|
10505
|
+
"deliberate": {
|
|
10506
|
+
"duration": "var(--kendo-duration-slow)",
|
|
10507
|
+
"easing": "var(--kendo-easing-standard)"
|
|
10508
|
+
}
|
|
10509
|
+
}
|
|
10510
|
+
}
|
|
10511
|
+
]
|
|
10512
|
+
},
|
|
9961
10513
|
{
|
|
9962
10514
|
"id": "palette",
|
|
9963
10515
|
"title": "Palette",
|