-
Notifications
You must be signed in to change notification settings - Fork 43
Feature List
Gökhan Kurt edited this page Apr 22, 2021
·
9 revisions
- Components
- View
- Scroll view
- Button
- Text input
- Toggle
- Image
- Video
- Anchor
- Render texture & 3D object
- Styling
- Flex layout
- CSS
- CSS3 selectors
- States (
:hover
,:active
,:focus
,:focus-within
,:focus-visible
) - Pseudo-elemenets (
_placeholder
,:before
,:after
)
- Border width/color
- Background color/image
- Font size, style, asset, overflow
- Opacity, z-index, interaction mode
- Transform (translate, rotate, scale, pivot)
- Text column wrapping (experimental)
- Border radius (experimental)
- Box shadow (experimental)
- Cursor (experimental) (WebGL)
- Unity UI events (onPointerDown, onSubmit etc.)
- Standard high-level components: Dropdown, Tooltip, Slider
- Custom primitive components
- Runtime & Editor GUI support
- Webpack & Hot Module Replacement
- Native animations/transitions
- CSS Media Queries
- More primitive components: prefab, video, portal
- More high-level components: Radio, Virtual Scroll, Video Player