【动画基础】强大PPT竟隐藏大量函数还支持四则运算!
通过以上简单的设置后,竟能产生如此强大的动画效果如下:【伪随机动画效果】 (⊙o⊙)…,学习了~以后又多了一种新玩法~!O(∩_∩)O谢谢 支持的函数列表为:
NameDescription
Usage
absAbsolutevalue
"abs(x)",absolute value of x
acosArcCosine
"acos(x)",arc cosine of the value x
asinArcSine
"asin(x)",arc sine of the value x
atanArcTangent
"atan(x)",arc tangent of the value x
ceilCeilvalue
"ceil(x)",value of x rounded up
cosCosine
"cos(x)",cosine of the value of x
coshHyperbolicCosine
"cosh(x)",hyperbolic cosine of the value x
degRadiantto Degree convert
"deg(x)",the degree value of radiant value x
expExponent
"exp(x)",value of constant e raised to the power of x
floorFloorvalue
"floor(x)",value of x rounded down
lnNaturallogarithm
"ln(x)",natural logarithm of x
maxMaximumof two values
"max(x,y)",returns x if (x > y) or returns y if (y > x)
minMinimumof two values
"min(x,y)",returns x if (x < y) or returns y if (y < x)
radDegreeto Radiant convert
"rad(x)",the radiant value of degree value x
randRandomvalue
"rand(x)",returns a random floating point value between 0 and x
sinSine
"sin(x)",sine of the value x
sinhHyperbolicSine
"sinh(x)",hyperbolic sine of the value x
sqrtSquareroot
"sqrt(x)",square root of the value x
tanTangent
"tan(x)",tangent of the value x
tanhHyperbolicTangent
"tanh(x)",hyperbolic tangent of the value x
支持运算符及四则运算
NameDescription
Usage
+Addition
"x+y",adds x to the value y
-Subtraction
"x-y",subtracts y from the value x
*Multiplication
"x*y",multiplies x by the value y
/Division
"x/y",divides x by the value y
%Modulus
"x%y",the remainder of x/y
^Power
"x^y",x raised to the power y
支持以下常量
NameDescription
piMathematicalconstant pi
eMathematicalconstant e
支持变量
kindname
Description
CLIENTppt_x
X座标
CLIENTppt_y
Y座标
CLIENTppt_w
宽度
CLIENTppt_h
高度
特殊符号
$ 代表时间变量
# 变量的前导符 制作步聚
附件:
酷!强烈支持一下。 支持楼主,日后来学习 楼主为什么不把这个附件发上来呢?
贴子中己有链接... 支持下,学习了,谢谢
页:
[1]