@nanoporetech-digital/components 6.0.1 → 6.2.0
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/CHANGELOG.md +30 -0
- package/dist/cjs/index-14451c95.js +6 -2
- package/dist/cjs/index-browser.cjs-d4554470.js +39 -0
- package/dist/cjs/index-browser.cjs-d4554470.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nano-algolia.cjs.entry.js +6 -1
- package/dist/cjs/nano-algolia.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-animation.cjs.entry.js +1209 -0
- package/dist/cjs/nano-animation.cjs.entry.js.map +1 -0
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/nano-global-nav-user-profile_3.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-global-nav.cjs.entry.js +24 -25
- package/dist/cjs/nano-global-nav.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-global-search-results.cjs.entry.js +51 -27
- package/dist/cjs/nano-global-search-results.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-hero.cjs.entry.js +1 -1
- package/dist/cjs/nano-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-intersection-observe.cjs.entry.js +131 -0
- package/dist/cjs/nano-intersection-observe.cjs.entry.js.map +1 -0
- package/dist/cjs/nano-resize-observe_2.cjs.entry.js +1 -1
- package/dist/cjs/nano-resize-observe_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-sticker.cjs.entry.js +2 -27
- package/dist/cjs/nano-sticker.cjs.entry.js.map +1 -1
- package/dist/cjs/{nano-table-400049cc.js → nano-table-06530d49.js} +5 -25
- package/dist/cjs/nano-table-06530d49.js.map +1 -0
- package/dist/cjs/nano-table.cjs.entry.js +2 -1
- package/dist/cjs/nano-table.cjs.entry.js.map +1 -1
- package/dist/cjs/scroll-parent-87393de2.js +31 -0
- package/dist/cjs/scroll-parent-87393de2.js.map +1 -0
- package/dist/cjs/search-insights-b2bb12bd.js +50 -0
- package/dist/cjs/search-insights-b2bb12bd.js.map +1 -0
- package/dist/cjs/{table.worker-a37f8365.js → table.worker-b4922b9b.js} +3 -2
- package/dist/cjs/table.worker-b4922b9b.js.map +1 -0
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/algolia/algolia-interface.js.map +1 -1
- package/dist/collection/components/algolia/algolia.js +8 -3
- package/dist/collection/components/algolia/algolia.js.map +1 -1
- package/dist/collection/components/animation/animation.js +547 -0
- package/dist/collection/components/animation/animation.js.map +1 -0
- package/dist/collection/components/animation/animations/attention_seekers/bounce.js +43 -0
- package/dist/collection/components/animation/animations/attention_seekers/flash.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/headShake.js +8 -0
- package/dist/collection/components/animation/animations/attention_seekers/heartBeat.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/jello.js +15 -0
- package/dist/collection/components/animation/animations/attention_seekers/pulse.js +5 -0
- package/dist/collection/components/animation/animations/attention_seekers/rubberBand.js +9 -0
- package/dist/collection/components/animation/animations/attention_seekers/shake.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/shakeX.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/shakeY.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/swing.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/tada.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/wobble.js +18 -0
- package/dist/collection/components/animation/animations/back_entrances/backInDown.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInLeft.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInRight.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInUp.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutDown.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutLeft.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutRight.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutUp.js +5 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceIn.js +14 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInDown.js +20 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInLeft.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInRight.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInUp.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOut.js +6 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutDown.js +14 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutLeft.js +12 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutRight.js +8 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutUp.js +18 -0
- package/dist/collection/components/animation/animations/easings/easings.js +35 -0
- package/dist/collection/components/animation/animations/easings/easings.js.map +1 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeIn.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInDown.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInDownBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInLeftBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInRightBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInTopLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInTopRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInUp.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInUpBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOut.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutDown.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutDownBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutLeftBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutRightBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutTopLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutTopRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutUp.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutUpBig.js +4 -0
- package/dist/collection/components/animation/animations/flippers/flip.js +32 -0
- package/dist/collection/components/animation/animations/flippers/flipInX.js +20 -0
- package/dist/collection/components/animation/animations/flippers/flipInY.js +20 -0
- package/dist/collection/components/animation/animations/flippers/flipOutX.js +13 -0
- package/dist/collection/components/animation/animations/flippers/flipOutY.js +13 -0
- package/dist/collection/components/animation/animations/index.js +203 -0
- package/dist/collection/components/animation/animations/index.js.map +1 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedInLeft.js +10 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedInRight.js +10 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutLeft.js +8 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutRight.js +8 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateIn.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOut.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInDown.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInLeft.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInUp.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutDown.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutLeft.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutUp.js +4 -0
- package/dist/collection/components/animation/animations/specials/hinge.js +18 -0
- package/dist/collection/components/animation/animations/specials/jackInTheBox.js +11 -0
- package/dist/collection/components/animation/animations/specials/rollIn.js +8 -0
- package/dist/collection/components/animation/animations/specials/rollOut.js +8 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomIn.js +4 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInDown.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInLeft.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInRight.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInUp.js +14 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOut.js +5 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutDown.js +14 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutLeft.js +12 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutRight.js +12 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutUp.js +14 -0
- package/dist/collection/components/global-nav/global-nav-interface.js.map +1 -1
- package/dist/collection/components/global-nav/global-nav.js +25 -25
- package/dist/collection/components/global-nav/global-nav.js.map +1 -1
- package/dist/collection/components/global-search-results/global-search-results.js +51 -27
- package/dist/collection/components/global-search-results/global-search-results.js.map +1 -1
- package/dist/collection/components/hero/hero.css +0 -1
- package/dist/collection/components/intersection-observe/intersection-observe.js +256 -0
- package/dist/collection/components/intersection-observe/intersection-observe.js.map +1 -0
- package/dist/collection/components/resize-observe/resize-observe.js +1 -1
- package/dist/collection/components/resize-observe/resize-observe.js.map +1 -1
- package/dist/collection/components/select/select.js +5 -5
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/sticker/sticker.js +2 -27
- package/dist/collection/components/sticker/sticker.js.map +1 -1
- package/dist/collection/components/table/table.js +2 -1
- package/dist/collection/components/table/table.js.map +1 -1
- package/dist/collection/components/table/table.utils.js +0 -21
- package/dist/collection/components/table/table.utils.js.map +1 -1
- package/dist/collection/utils/scroll-parent.js +26 -0
- package/dist/collection/utils/scroll-parent.js.map +1 -0
- package/dist/collection/utils/search-insights.js +46 -0
- package/dist/collection/utils/search-insights.js.map +1 -0
- package/dist/components/algolia.js +6 -1
- package/dist/components/algolia.js.map +1 -1
- package/dist/components/index-browser.cjs.js +37 -0
- package/dist/components/index-browser.cjs.js.map +1 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/{nano-aspect-ratio.d.ts → nano-animation.d.ts} +4 -4
- package/dist/components/nano-animation.js +1239 -0
- package/dist/components/nano-animation.js.map +1 -0
- package/dist/components/nano-global-nav.js +24 -25
- package/dist/components/nano-global-nav.js.map +1 -1
- package/dist/components/nano-global-search-results.js +51 -27
- package/dist/components/nano-global-search-results.js.map +1 -1
- package/dist/components/nano-hero.js +1 -1
- package/dist/components/nano-hero.js.map +1 -1
- package/dist/components/nano-intersection-observe.d.ts +11 -0
- package/dist/components/nano-intersection-observe.js +149 -0
- package/dist/components/nano-intersection-observe.js.map +1 -0
- package/dist/components/resize-observe.js +1 -1
- package/dist/components/resize-observe.js.map +1 -1
- package/dist/components/scroll-parent.js +29 -0
- package/dist/components/scroll-parent.js.map +1 -0
- package/dist/components/search-insights.js +48 -0
- package/dist/components/search-insights.js.map +1 -0
- package/dist/components/select.js.map +1 -1
- package/dist/components/sticker.js +2 -27
- package/dist/components/sticker.js.map +1 -1
- package/dist/components/table.js +1 -21
- package/dist/components/table.js.map +1 -1
- package/dist/esm/index-9695db0a.js +6 -2
- package/dist/esm/index-browser.cjs-bf702094.js +37 -0
- package/dist/esm/index-browser.cjs-bf702094.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nano-algolia.entry.js +6 -1
- package/dist/esm/nano-algolia.entry.js.map +1 -1
- package/dist/esm/nano-animation.entry.js +1205 -0
- package/dist/esm/nano-animation.entry.js.map +1 -0
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/nano-global-nav-user-profile_3.entry.js.map +1 -1
- package/dist/esm/nano-global-nav.entry.js +24 -25
- package/dist/esm/nano-global-nav.entry.js.map +1 -1
- package/dist/esm/nano-global-search-results.entry.js +51 -27
- package/dist/esm/nano-global-search-results.entry.js.map +1 -1
- package/dist/esm/nano-hero.entry.js +1 -1
- package/dist/esm/nano-hero.entry.js.map +1 -1
- package/dist/esm/nano-intersection-observe.entry.js +127 -0
- package/dist/esm/nano-intersection-observe.entry.js.map +1 -0
- package/dist/esm/nano-resize-observe_2.entry.js +1 -1
- package/dist/esm/nano-resize-observe_2.entry.js.map +1 -1
- package/dist/esm/nano-sticker.entry.js +2 -27
- package/dist/esm/nano-sticker.entry.js.map +1 -1
- package/dist/esm/{nano-table-a6641aef.js → nano-table-c85a2fd3.js} +3 -23
- package/dist/esm/nano-table-c85a2fd3.js.map +1 -0
- package/dist/esm/nano-table.entry.js +2 -1
- package/dist/esm/nano-table.entry.js.map +1 -1
- package/dist/esm/scroll-parent-bab1cbf7.js +29 -0
- package/dist/esm/scroll-parent-bab1cbf7.js.map +1 -0
- package/dist/esm/search-insights-f64a6b4c.js +48 -0
- package/dist/esm/search-insights-f64a6b4c.js.map +1 -0
- package/dist/esm/{table.worker-6b597e20.js → table.worker-761fba3e.js} +3 -2
- package/dist/esm/table.worker-761fba3e.js.map +1 -0
- package/dist/nano-components/index-browser.cjs-bf702094.js +5 -0
- package/dist/nano-components/index-browser.cjs-bf702094.js.map +1 -0
- package/dist/nano-components/nano-algolia.entry.js +1 -1
- package/dist/nano-components/nano-algolia.entry.js.map +1 -1
- package/dist/nano-components/nano-animation.entry.js +5 -0
- package/dist/nano-components/nano-animation.entry.js.map +1 -0
- package/dist/nano-components/nano-components.css +1 -1
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/nano-components.esm.js.map +1 -1
- package/dist/nano-components/nano-global-nav-user-profile_3.entry.js.map +1 -1
- package/dist/nano-components/nano-global-nav.entry.js +1 -1
- package/dist/nano-components/nano-global-nav.entry.js.map +1 -1
- package/dist/nano-components/nano-global-search-results.entry.js +1 -1
- package/dist/nano-components/nano-global-search-results.entry.js.map +1 -1
- package/dist/nano-components/nano-hero.entry.js +1 -1
- package/dist/nano-components/nano-hero.entry.js.map +1 -1
- package/dist/nano-components/nano-intersection-observe.entry.js +5 -0
- package/dist/nano-components/nano-intersection-observe.entry.js.map +1 -0
- package/dist/nano-components/nano-resize-observe_2.entry.js +1 -1
- package/dist/nano-components/nano-resize-observe_2.entry.js.map +1 -1
- package/dist/nano-components/nano-sticker.entry.js +1 -1
- package/dist/nano-components/nano-sticker.entry.js.map +1 -1
- package/dist/nano-components/nano-table-c85a2fd3.js +5 -0
- package/dist/nano-components/nano-table-c85a2fd3.js.map +1 -0
- package/dist/nano-components/nano-table.entry.js +1 -1
- package/dist/nano-components/scroll-parent-bab1cbf7.js +5 -0
- package/dist/nano-components/scroll-parent-bab1cbf7.js.map +1 -0
- package/dist/nano-components/search-insights-f64a6b4c.js +5 -0
- package/dist/nano-components/search-insights-f64a6b4c.js.map +1 -0
- package/dist/nano-components/table.worker-761fba3e.js +5 -0
- package/dist/types/components/algolia/algolia-interface.d.ts +2 -1
- package/dist/types/components/algolia/algolia.d.ts +7 -1
- package/dist/types/components/animation/animation.d.ts +74 -0
- package/dist/types/components/animation/animations/easings/easings.d.ts +31 -0
- package/dist/types/components/animation/animations/index.d.ts +101 -0
- package/dist/types/components/global-nav/global-nav-interface.d.ts +1 -0
- package/dist/types/components/global-nav/global-nav.d.ts +2 -6
- package/dist/types/components/global-search-results/global-search-results.d.ts +13 -7
- package/dist/types/components/intersection-observe/intersection-observe.d.ts +45 -0
- package/dist/types/components/select/select.d.ts +2 -4
- package/dist/types/components/sticker/sticker.d.ts +0 -5
- package/dist/types/components/table/table.utils.d.ts +0 -6
- package/dist/types/components.d.ts +213 -43
- package/dist/types/interface.d.ts +7 -2
- package/dist/types/utils/scroll-parent.d.ts +6 -0
- package/dist/types/utils/search-insights.d.ts +22 -0
- package/docs-json.json +1031 -117
- package/docs-vscode.json +488 -8
- package/hydrate/index.js +1636 -249
- package/package.json +3 -2
- package/dist/cjs/nano-aspect-ratio.cjs.entry.js +0 -53
- package/dist/cjs/nano-aspect-ratio.cjs.entry.js.map +0 -1
- package/dist/cjs/nano-table-400049cc.js.map +0 -1
- package/dist/cjs/table.worker-a37f8365.js.map +0 -1
- package/dist/collection/components/aspect-ratio/aspect-ratio.css +0 -38
- package/dist/collection/components/aspect-ratio/aspect-ratio.js +0 -106
- package/dist/collection/components/aspect-ratio/aspect-ratio.js.map +0 -1
- package/dist/components/nano-aspect-ratio.js +0 -70
- package/dist/components/nano-aspect-ratio.js.map +0 -1
- package/dist/esm/nano-aspect-ratio.entry.js +0 -49
- package/dist/esm/nano-aspect-ratio.entry.js.map +0 -1
- package/dist/esm/nano-table-a6641aef.js.map +0 -1
- package/dist/esm/table.worker-6b597e20.js.map +0 -1
- package/dist/nano-components/nano-aspect-ratio.entry.js +0 -5
- package/dist/nano-components/nano-aspect-ratio.entry.js.map +0 -1
- package/dist/nano-components/nano-table-a6641aef.js +0 -5
- package/dist/nano-components/nano-table-a6641aef.js.map +0 -1
- package/dist/nano-components/table.worker-6b597e20.js +0 -5
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +0 -19
- /package/dist/nano-components/{table.worker-6b597e20.js.map → table.worker-761fba3e.js.map} +0 -0
package/docs-vscode.json
CHANGED
@@ -278,27 +278,478 @@
|
|
278
278
|
]
|
279
279
|
},
|
280
280
|
{
|
281
|
-
"name": "nano-
|
281
|
+
"name": "nano-animation",
|
282
282
|
"description": {
|
283
283
|
"kind": "markdown",
|
284
|
-
"value": "
|
284
|
+
"value": "Animate elements declaratively with [~100 baked-in presets](https://animate.style/), or make your own with custom keyframes.\nPowered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)."
|
285
285
|
},
|
286
286
|
"attributes": [
|
287
287
|
{
|
288
|
-
"name": "
|
289
|
-
"description": "
|
288
|
+
"name": "current-time",
|
289
|
+
"description": "Gets and sets the current animation time."
|
290
290
|
},
|
291
291
|
{
|
292
|
-
"name": "
|
293
|
-
"description": "
|
292
|
+
"name": "delay",
|
293
|
+
"description": "The number of milliseconds to delay the start of the animation."
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"name": "direction",
|
297
|
+
"description": "Determines the direction of playback as well as the behavior when reaching the end of an iteration.\n[Learn more](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction)",
|
294
298
|
"values": [
|
295
299
|
{
|
296
|
-
"name": "
|
300
|
+
"name": "alternate"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"name": "alternate-reverse"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"name": "normal"
|
297
307
|
},
|
298
308
|
{
|
299
|
-
"name": "
|
309
|
+
"name": "reverse"
|
300
310
|
}
|
301
311
|
]
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"name": "duration",
|
315
|
+
"description": "The number of milliseconds each iteration of the animation takes to complete."
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"name": "easing",
|
319
|
+
"description": "The easing function to use for the animation. This can be a easing function or a custom easing function\nsuch as `cubic-bezier(0, 1, .76, 1.14)`.",
|
320
|
+
"values": [
|
321
|
+
{
|
322
|
+
"name": "linear"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"name": "ease"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"name": "easeIn"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"name": "easeOut"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"name": "easeInOut"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"name": "easeInSine"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"name": "easeOutSine"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"name": "easeInOutSine"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"name": "easeInQuad"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"name": "easeOutQuad"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"name": "easeInOutQuad"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"name": "easeInCubic"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"name": "easeOutCubic"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"name": "easeInOutCubic"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"name": "easeInQuart"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"name": "easeOutQuart"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"name": "easeInOutQuart"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"name": "easeInQuint"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"name": "easeOutQuint"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"name": "easeInOutQuint"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"name": "easeInExpo"
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"name": "easeOutExpo"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"name": "easeInOutExpo"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"name": "easeInCirc"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"name": "easeOutCirc"
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"name": "easeInOutCirc"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"name": "easeInBack"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"name": "easeOutBack"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"name": "easeInOutBack"
|
407
|
+
}
|
408
|
+
]
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"name": "end-delay",
|
412
|
+
"description": "The number of milliseconds to delay after the active period of an animation sequence."
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"name": "fill",
|
416
|
+
"description": "Sets how the animation applies styles to its target before and after its execution.",
|
417
|
+
"values": [
|
418
|
+
{
|
419
|
+
"name": "auto"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"name": "backwards"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"name": "both"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"name": "forwards"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"name": "none"
|
432
|
+
}
|
433
|
+
]
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"name": "iteration-start",
|
437
|
+
"description": "The offset at which to start the animation, usually between 0 (start) and 1 (end)."
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"name": "iterations",
|
441
|
+
"description": "The number of iterations to run before the animation completes. Defaults to `Infinity`, which loops."
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"name": "name",
|
445
|
+
"description": "The name of the built-in animation to use. For custom animations, use the `keyframes` prop.",
|
446
|
+
"values": [
|
447
|
+
{
|
448
|
+
"name": "flip"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"name": "none"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"name": "bounce"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"name": "flash"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"name": "headShake"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"name": "heartBeat"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"name": "jello"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"name": "pulse"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"name": "rubberBand"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"name": "shake"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"name": "shakeX"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"name": "shakeY"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"name": "swing"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"name": "tada"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"name": "wobble"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"name": "backInDown"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"name": "backInLeft"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"name": "backInRight"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"name": "backInUp"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"name": "backOutDown"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"name": "backOutLeft"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"name": "backOutRight"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"name": "backOutUp"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"name": "bounceIn"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"name": "bounceInDown"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"name": "bounceInLeft"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"name": "bounceInRight"
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"name": "bounceInUp"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"name": "bounceOut"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"name": "bounceOutDown"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"name": "bounceOutLeft"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"name": "bounceOutRight"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"name": "bounceOutUp"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"name": "fadeIn"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"name": "fadeInBottomLeft"
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"name": "fadeInBottomRight"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"name": "fadeInDown"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"name": "fadeInDownBig"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"name": "fadeInLeft"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"name": "fadeInLeftBig"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"name": "fadeInRight"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"name": "fadeInRightBig"
|
572
|
+
},
|
573
|
+
{
|
574
|
+
"name": "fadeInTopLeft"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"name": "fadeInTopRight"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"name": "fadeInUp"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"name": "fadeInUpBig"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"name": "fadeOut"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"name": "fadeOutBottomLeft"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"name": "fadeOutBottomRight"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"name": "fadeOutDown"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"name": "fadeOutDownBig"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"name": "fadeOutLeft"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"name": "fadeOutLeftBig"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"name": "fadeOutRight"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"name": "fadeOutRightBig"
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"name": "fadeOutTopLeft"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"name": "fadeOutTopRight"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"name": "fadeOutUp"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"name": "fadeOutUpBig"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"name": "flipInX"
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"name": "flipInY"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"name": "flipOutX"
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"name": "flipOutY"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"name": "lightSpeedInLeft"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"name": "lightSpeedInRight"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"name": "lightSpeedOutLeft"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"name": "lightSpeedOutRight"
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"name": "rotateIn"
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"name": "rotateInDownLeft"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"name": "rotateInDownRight"
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"name": "rotateInUpLeft"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"name": "rotateInUpRight"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"name": "rotateOut"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"name": "rotateOutDownLeft"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"name": "rotateOutDownRight"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"name": "rotateOutUpLeft"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"name": "rotateOutUpRight"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"name": "slideInDown"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"name": "slideInLeft"
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"name": "slideInRight"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"name": "slideInUp"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"name": "slideOutDown"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"name": "slideOutLeft"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"name": "slideOutRight"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"name": "slideOutUp"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"name": "hinge"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"name": "jackInTheBox"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"name": "rollIn"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"name": "rollOut"
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"name": "zoomIn"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"name": "zoomInDown"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"name": "zoomInLeft"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"name": "zoomInRight"
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"name": "zoomInUp"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"name": "zoomOut"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"name": "zoomOutDown"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"name": "zoomOutLeft"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"name": "zoomOutRight"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"name": "zoomOutUp"
|
743
|
+
}
|
744
|
+
]
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"name": "play",
|
748
|
+
"description": "Plays the animation. When omitted, the animation will be paused. This attribute will be automatically removed when\nthe animation finishes or gets canceled."
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"name": "playback-rate",
|
752
|
+
"description": "Sets the animation's playback rate. The default is `1`, which plays the animation at a normal speed. Setting this\nto `2`, for example, will double the animation's speed. A negative value can be used to reverse the animation. This\nvalue can be changed without causing the animation to restart."
|
302
753
|
}
|
303
754
|
]
|
304
755
|
},
|
@@ -1870,6 +2321,35 @@
|
|
1870
2321
|
}
|
1871
2322
|
]
|
1872
2323
|
},
|
2324
|
+
{
|
2325
|
+
"name": "nano-intersection-observe",
|
2326
|
+
"description": {
|
2327
|
+
"kind": "markdown",
|
2328
|
+
"value": "A thin, declarative interface to the IntersectionObserver API."
|
2329
|
+
},
|
2330
|
+
"attributes": [
|
2331
|
+
{
|
2332
|
+
"name": "root",
|
2333
|
+
"description": "The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target.\nDefaults to an automatic check for ancestors that `overflow: auto` or otherwise the `Document`.",
|
2334
|
+
"values": [
|
2335
|
+
{
|
2336
|
+
"name": "auto"
|
2337
|
+
},
|
2338
|
+
{
|
2339
|
+
"name": "root"
|
2340
|
+
}
|
2341
|
+
]
|
2342
|
+
},
|
2343
|
+
{
|
2344
|
+
"name": "root-margin",
|
2345
|
+
"description": "Margin around the root. Can be similar to CSS margins property, e.g. \"10px 20px 30px 40px\" (top, right, bottom, left).\nThe values can be percentages. This set of values serves to grow or shrink each side of the root element's\nbounding box before computing intersections. Defaults to zeros."
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"name": "threshold",
|
2349
|
+
"description": "Indicate at what percentage of the target's visibility the observer's callback should be executed.\nIf you only want to detect when visibility passes the 50% mark, you can use a value of '0.5'.\nIf you want the callback to run every time visibility passes another '25%',\nyou would specify a string of values (separated by ',') array '0, 0.25, 0.5, 0.75, 1'.\nA value of '1.0' means that the threshold isn't considered passed until every pixel is visible."
|
2350
|
+
}
|
2351
|
+
]
|
2352
|
+
},
|
1873
2353
|
{
|
1874
2354
|
"name": "nano-menu",
|
1875
2355
|
"description": {
|