@astrojs/language-server 2.1.0 → 2.1.2
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/plugins/html-data.js +20 -0
- package/package.json +1 -1
|
@@ -171,6 +171,26 @@ exports.astroAttributes = (0, vscode_html_languageservice_1.newHTMLDataProvider)
|
|
|
171
171
|
},
|
|
172
172
|
],
|
|
173
173
|
},
|
|
174
|
+
{
|
|
175
|
+
name: 'transition:animate',
|
|
176
|
+
description: 'Specifies an animation to use with this element on page transition.',
|
|
177
|
+
references: [
|
|
178
|
+
{
|
|
179
|
+
name: 'Astro reference',
|
|
180
|
+
url: 'https://docs.astro.build/en/guides/view-transitions/#transition-directives',
|
|
181
|
+
},
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
name: 'transition:name',
|
|
186
|
+
description: 'Specifies a `view-transition-name` for this element. The name should be unique on the page.',
|
|
187
|
+
references: [
|
|
188
|
+
{
|
|
189
|
+
name: 'Astro reference',
|
|
190
|
+
url: 'https://docs.astro.build/en/guides/view-transitions/#transition-directives',
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
},
|
|
174
194
|
slotAttr,
|
|
175
195
|
],
|
|
176
196
|
});
|