एनिमेशन टूलिंग सहायता
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Studio में, animate*AsState
, CrossFade
, rememberInfiniteTransition
, AnimatedContent
,
updateTransition
, और
animatedVisibility
की जांच की जा सकती है. इसके लिए, ऐनिमेशन की झलक का इस्तेमाल करें. ये काम किए जा सकते हैं:
- ट्रांज़िशन फ़्रेम की झलक, फ़्रेम दर फ़्रेम देखना
- ट्रांज़िशन में मौजूद सभी एनिमेशन की वैल्यू की जांच करना
- किसी शुरुआती और टारगेट स्थिति के बीच ट्रांज़िशन की झलक देखना
- एक साथ कई ऐनिमेशन की जांच करना और उन्हें व्यवस्थित करना
ऐनिमेशन की झलक देखने की सुविधा शुरू करने पर, आपको "ऐनिमेशन" पैनल दिखता है. यहां, झलक में शामिल किसी भी ट्रांज़िशन को चलाया जा सकता है. ट्रांज़िशन के साथ-साथ, इसकी हर ऐनिमेशन वैल्यू को डिफ़ॉल्ट नाम से लेबल किया जाता है. updateTransition
और AnimatedVisibility
फ़ंक्शन में label
पैरामीटर तय करके, लेबल को पसंद के मुताबिक बनाया जा सकता है. ज़्यादा जानकारी के लिए, ऐनिमेशन की झलक देखें.

आपके लिए सुझाव
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया."],[],[],null,["Android Studio supports inspection of [`animate*AsState`](/develop/ui/compose/value-based#animate-as-state), [`CrossFade`](/develop/ui/compose/animation/composables-modifiers#crossfade), [`rememberInfiniteTransition`](/develop/ui/compose/animation/value-based#rememberinfinitetransition), [`AnimatedContent`](/develop/ui/compose/animation/composables-modifiers#animatedcontent),\n[`updateTransition`](/develop/ui/compose/animation/value-based#updateTransition) and\n[`animatedVisibility`](/develop/ui/compose/animation/composables-modifiers#animatedvisibility) in\n[Animation Preview](/develop/ui/compose/tooling#animations). You can do the\nfollowing:\n\n- Preview a transition frame by frame\n- Inspect values for all animations in the transition\n- Preview a transition between any initial and target state\n- Inspect and coordinate multiple animations at once\n\nWhen you start Animation Preview, you see the \"Animations\" pane where you can\nrun any transition included in the preview. The transition as well as each of\nits animation values is labeled with a default name. You can customize the label\nby specifying the `label` parameter in the `updateTransition` and the\n`AnimatedVisibility` functions. For more information, see\n[Animation Preview](/develop/ui/compose/tooling/animation-preview).\n\nRecommended for you\n\n- Note: link text is displayed when JavaScript is off\n- [Value-based animations](/develop/ui/compose/animation/value-based)\n- [Animations in Compose](/develop/ui/compose/animation/introduction)\n- [Animation modifiers and composables](/develop/ui/compose/animation/composables-modifiers)"]]