Ver código fonte

Improved tutorial explanations.

Davide Tantillo 4 meses atrás
pai
commit
15918c0342

Diferenças do arquivo suprimidas por serem muito extensas
+ 305 - 326
spine-ts/spine-widget/example/tutorial.html


+ 2 - 3
spine-ts/spine-widget/src/SpineWebComponentWidget.ts

@@ -1554,9 +1554,8 @@ class SpineWebComponentOverlay extends HTMLElement implements OverlayAttributes,
 	 * Moreover, it is necessary to perform the following actions:
 	 * 1) The scrollable container must have a `transform` css attribute. If it hasn't this attribute the `spine-overlay` will add it for you.
 	 * If your scrollable container has already this css attribute, or if you prefer to add it by yourself (example: `transform: translateZ(0);`), set the `no-auto-parent-transform` to the `spine-overlay`.
-	 * 2) The `spine-overlay` must have the `scrollable` attribute
-	 * 3) The `spine-overlay` must have an `overlay-id` attribute. Choose the value you prefer.
-	 * 4) Each `spine-widget` must have an `overlay-id` attribute. The same as the hosting `spine-overlay`.
+	 * 2) The `spine-overlay` must have an `overlay-id` attribute. Choose the value you prefer.
+	 * 3) Each `spine-widget` must have an `overlay-id` attribute. The same as the hosting `spine-overlay`.
 	   * Connected to `scrollable` attribute.
 	 */
 	private appendedToBody = true;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff