insert your code here

https://apps.webstudio.is/builder/4e76218e-f70f-43a5-a801-670783711708

testLink text you can edit

yeah 0

Link text you can edit
Open the "Settings" panel to insert HTML code.

Notion Template

Collection Item 1
Collection Item 2
Collection Item 3
Open the "Settings" panel to insert HTML code.
Make changes to your account here.

Styling HTML with Content Embed

Content Embed allows styling of HTML, which primarily comes from external data.

How to Use Content Embed


This sample text contains all the elements that can be styled.

Any elements that were not used above are used below.

Heading 3

Heading 4

Heading 5
Heading 6

Links connect your content to relevant resources.

Bold text makes your important points stand out.

Italic text is great for emphasizing terms.

  1. First Step
  2. Second Step
Capture attention with a powerful quote.

Using console.log("Hello World"); will log to the console.

Open the "Settings" panel and paste a video URL, e.g. https://vimeo.com/831343124.

https://apps.webstudio.is/builder/4e76218e-f70f-43a5-a801-670783711708

Open the "Settings" panel to insert HTML code.
Collection Item 1

Styling HTML with Content Embed

Content Embed allows styling of HTML, which primarily comes from external data.

How to Use Content Embed


This sample text contains all the elements that can be styled.

Any elements that were not used above are used below.

Heading 3

Heading 4

Heading 5
Heading 6

Links connect your content to relevant resources.

Bold text makes your important points stand out.

Italic text is great for emphasizing terms.

  1. First Step
  2. Second Step
Capture attention with a powerful quote.

Using console.log("Hello World"); will log to the console.

Collection Item 2

Styling HTML with Content Embed

Content Embed allows styling of HTML, which primarily comes from external data.

How to Use Content Embed


This sample text contains all the elements that can be styled.

Any elements that were not used above are used below.

Heading 3

Heading 4

Heading 5
Heading 6

Links connect your content to relevant resources.

Bold text makes your important points stand out.

Italic text is great for emphasizing terms.

  1. First Step
  2. Second Step
Capture attention with a powerful quote.

Using console.log("Hello World"); will log to the console.

Collection Item 3

Styling HTML with Content Embed

Content Embed allows styling of HTML, which primarily comes from external data.

How to Use Content Embed


This sample text contains all the elements that can be styled.

Any elements that were not used above are used below.

Heading 3

Heading 4

Heading 5
Heading 6

Links connect your content to relevant resources.

Bold text makes your important points stand out.

Italic text is great for emphasizing terms.

  1. First Step
  2. Second Step
Capture attention with a powerful quote.

Using console.log("Hello World"); will log to the console.

hello world!

00:00:00 - Start (Recording)
00:02:53 - Talk (Change Scene)
00:05:58 - Game (Change Scene)
00:08:05 - Talk (Change Scene)
00:08:14 - Audio issues (Manual)
00:08:54 - back to duolingo (Manual)
01:47:30 - V - Talk (Change Scene)
01:47:33 - Talk (Change Scene)
01:47:49 - done with duolingo and just chatting for now (Manual)
02:43:39 - Talk (Change Scene)
02:50:01 - Ending (Change Scene)
02:50:51 - End (Recording)
Open the "Settings" panel and paste a video URL, e.g. https://vimeo.com/831343124.

Untitled UI logomark
Untitled UI logotextLogo
Link text you can edit

Yes. It adheres to the WAI-ARIA design pattern.

Make changes to your account here.
Sign Up
Code inserted. Now add the attribute data-ani or data-ani-progress to any instance and give it a value such as fade
Code inserted. Now add the attribute data-ani or data-ani-progress to any instance and give it a value such as fade

Ani Motion Readme

Ani Motion is a lightweight (8.59 KB including CSS) library that adds minimalistic animations to your Webstudio site, including on Radix Components.


How to use it

Read the docs for more info

Minified code

The following Slot (see it in the Navigator) contains the minified code for optimal performance.

Unminified code

The following Slot (see it in the Navigator) is not minified. If you intend on modifying the code then use this but be sure to minify it when you're done.


Licenses

enter-view

The script used to trigger classes when the element is in view and indicate progress.

The MIT License (MIT)

Copyright (c) 2022 Russell Samora

The CSS

The CSS that handles the from and to states, animating the content.

The MIT License (MIT)

Copyright (c) 2024 John Siciliano (Modifying author)

Copyright (c) 2017 Mirosław Ciastek (Original author)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Scroll Down

Intersection Trigger

Animations play when the instance enters the viewport, running from start to finish. On each box there is an attribute data-ani and the value is whatever is in the animated box. By default, their animation plays once, but that can be customized (see docs).

data-ani="fade"

fade

slide-up

data-ani="slide-up"

slide-down

data-ani="slide-down"

slide-left

data-ani="slide-left"

slide-right

data-ani="slide-right"

zoom

data-ani="zoom"

flip-y

data-ani="flip-y"

flip-x

data-ani="flip-x"

expand

data-ani="expand"

Progress Trigger

Animations progress as the instance moves through the viewport. On each box there is an attribute data-ani-progress and the value is whatever is in the animated box. By default, their animation plays every time, but that can be customized (see docs).

fade

data-ani-progress="fade"

slide-up

data-ani-progress="slide-up"

slide-down

data-ani-progress="slide-down"

slide-left

data-ani-progress="slide-left"

slide-right

data-ani-progress="slide-right"

zoom

data-ani-progress="zoom"

flip-y

data-ani-progress="flip-y"

flip-x

data-ani-progress="flip-x"

Radix State Trigger

All animation effects are compatible with Radix Components, which have various states such as active/inactive or open/closed. The animations automatically target these states, allowing you to use data-ani like any other component. See docs for information on which instance to apply the attributes to.

Yes. It adheres to the WAI-ARIA design pattern.

Apply An Animation To All Children

To animate all children within a parent instance, instead of applying data-ani to each child, apply the animation to the parent instance and add data-ani-children="true". This applies the animation to each direct child rather than the parent itself. (see docs).

data-ani="fade" data-ani-children="true"

On the parent

On the parent

On the parent

Read the docs

Ani Motion Readme

Ani Motion is a lightweight (8.59 KB including CSS) library that adds minimalistic animations to your Webstudio site, including on Radix Components.


How to use it

Read the docs for more info

Minified code

The following Slot (see it in the Navigator) contains the minified code for optimal performance.

Unminified code

The following Slot (see it in the Navigator) is not minified. If you intend on modifying the code then use this but be sure to minify it when you're done.


Licenses

enter-view

The script used to trigger classes when the element is in view and indicate progress.

The MIT License (MIT)

Copyright (c) 2022 Russell Samora

The CSS

The CSS that handles the from and to states, animating the content.

The MIT License (MIT)

Copyright (c) 2024 John Siciliano (Modifying author)

Copyright (c) 2017 Mirosław Ciastek (Original author)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Ani Motion Readme

Ani Motion is a lightweight (8.59 KB including CSS) library that adds minimalistic animations to your Webstudio site, including on Radix Components.


How to use it

Read the docs for more info

Minified code

The following Slot (see it in the Navigator) contains the minified code for optimal performance.

Unminified code

The following Slot (see it in the Navigator) is not minified. If you intend on modifying the code then use this but be sure to minify it when you're done.


Licenses

enter-view

The script used to trigger classes when the element is in view and indicate progress.

The MIT License (MIT)

Copyright (c) 2022 Russell Samora

The CSS

The CSS that handles the from and to states, animating the content.

The MIT License (MIT)

Copyright (c) 2024 John Siciliano (Modifying author)

Copyright (c) 2017 Mirosław Ciastek (Original author)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Duplicate 'Stars Container' and change the value of the 'group-name' variable to allow multiple ratings on page.
Open the "Settings" panel and paste a video URL, e.g. https://vimeo.com/831343124.