diff --git a/demo/opacityProperty.html b/demo/opacityProperty.html index 363efcb..1a6206a 100644 --- a/demo/opacityProperty.html +++ b/demo/opacityProperty.html @@ -121,6 +121,7 @@ let fadeInTween = KUTE.to('selector1',{opacity:1}).start()

Notes

+

As a quick note, all input values for translate, rotate or single axis translation, skew or rotation will be all stacked into translate3d, + skew and rotate3d respectivelly; this is to further improve performance on modern browsers.

Translations

@@ -254,6 +257,7 @@ var tween2 = KUTE.fromTo(

Notes