Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread Piotr Zarzycki
Hi Om,

If I change "pulse" in Animation class using binding I think it won't
change element.classList.toggle('fa-pulse',_pulse);. Maybe it would be good
to have this line inside set ?

Thanks,
Piotr

2017-01-09 9:14 GMT+01:00 :

> Repository: flex-asjs
> Updated Branches:
>   refs/heads/feature/fontawesome b7a3da36c -> 5c227d430
>
>
> Add Animate bead for FontAwesomeIcon
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5c227d43
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5c227d43
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5c227d43
>
> Branch: refs/heads/feature/fontawesome
> Commit: 5c227d4302f123c023e0f073caf4438d7c89f36f
> Parents: b7a3da3
> Author: OmPrakash Muppirala 
> Authored: Mon Jan 9 00:13:53 2017 -0800
> Committer: OmPrakash Muppirala 
> Committed: Mon Jan 9 00:13:53 2017 -0800
>
> --
>  .../flex/itemRenderers/MemberItemRenderer.mxml  | 25 +-
>  .../flex/org/apache/flex/fa/beads/Animate.as| 95 
>  .../src/main/resources/fa-manifest.xml  |  1 +
>  3 files changed, 118 insertions(+), 3 deletions(-)
> --
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 5c227d43/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/
> MemberItemRenderer.mxml
> --
> diff --git 
> a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
> b/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/
> MemberItemRenderer.mxml
> index d32fc78..3d47333 100644
> --- a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/
> MemberItemRenderer.mxml
> +++ b/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/
> MemberItemRenderer.mxml
> @@ -80,11 +80,30 @@ limitations under the License.
>   raised="false">
>  
>   -fixedWidth="true"
> -showBorder="true"
> -/>
> +showBorder="true">
> +
>  
>  
> + raised="false">
> +
> +
> +
> +
> +
> +
> +
> +
> +
> + raised="false">
> +
> +
> +
> +
> +
> +
> +
> +
> +
>  
>  
>  
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 5c227d43/frameworks/projects/FontAwesome/src/main/flex/org/
> apache/flex/fa/beads/Animate.as
> --
> diff --git a/frameworks/projects/FontAwesome/src/main/flex/org/
> apache/flex/fa/beads/Animate.as b/frameworks/projects/
> FontAwesome/src/main/flex/org/apache/flex/fa/beads/Animate.as
> new file mode 100644
> index 000..4185b0f
> --- /dev/null
> +++ b/frameworks/projects/FontAwesome/src/main/flex/org/
> apache/flex/fa/beads/Animate.as
> @@ -0,0 +1,95 @@
> +///
> /
> +//
> +//  Licensed to the Apache Software Foundation (ASF) under one or more
> +//  contributor license agreements.  See the NOTICE file distributed with
> +//  this work for additional information regarding copyright ownership.
> +//  The ASF licenses this file to You under the Apache License, Version
> 2.0
> +//  (the "License"); you may not use this file except in compliance with
> +//  the License.  You may obtain a copy of the License at
> +//
> +//  http://www.apache.org/licenses/LICENSE-2.0
> +//
> +//  Unless required by applicable law or agreed to in writing, software
> +//  distributed under the License is distributed on an "AS IS" BASIS,
> +//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> +//  See the License for the specific language governing permissions and
> +//  limitations under the License.
> +//
> +///
> /
> +package org.apache.flex.fa.beads {
> +import org.apache.flex.core.IBead;
> +import org.apache.flex.core.IStrand;
> +import org.apache.flex.core.UIBase;
> +import org.osmf.elements.HTMLElement;
> +
> +public class Animate implements IBead {
> +/**
> + *  constructor.
> + *
> + *  @langversion 3.0
> + *  @playerversion Flash 10.2
> + *  @playerversion AIR 2.6
> + *  @productversion FlexJS 0.0
> + */
> +

git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread bigosmallm
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/fontawesome b7a3da36c -> 5c227d430


Add Animate bead for FontAwesomeIcon


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5c227d43
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5c227d43
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5c227d43

Branch: refs/heads/feature/fontawesome
Commit: 5c227d4302f123c023e0f073caf4438d7c89f36f
Parents: b7a3da3
Author: OmPrakash Muppirala 
Authored: Mon Jan 9 00:13:53 2017 -0800
Committer: OmPrakash Muppirala 
Committed: Mon Jan 9 00:13:53 2017 -0800

--
 .../flex/itemRenderers/MemberItemRenderer.mxml  | 25 +-
 .../flex/org/apache/flex/fa/beads/Animate.as| 95 
 .../src/main/resources/fa-manifest.xml  |  1 +
 3 files changed, 118 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5c227d43/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
--
diff --git 
a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
 
b/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
index d32fc78..3d47333 100644
--- 
a/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
+++ 
b/examples/flexjs/FlexTeamPage_MDL/src/main/flex/itemRenderers/MemberItemRenderer.mxml
@@ -80,11 +80,30 @@ limitations under the License.
 
 
 
+showBorder="true">
+
 
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5c227d43/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/beads/Animate.as
--
diff --git 
a/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/beads/Animate.as
 
b/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/beads/Animate.as
new file mode 100644
index 000..4185b0f
--- /dev/null
+++ 
b/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/beads/Animate.as
@@ -0,0 +1,95 @@
+
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//  http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+
+package org.apache.flex.fa.beads {
+import org.apache.flex.core.IBead;
+import org.apache.flex.core.IStrand;
+import org.apache.flex.core.UIBase;
+import org.osmf.elements.HTMLElement;
+
+public class Animate implements IBead {
+/**
+ *  constructor.
+ *
+ *  @langversion 3.0
+ *  @playerversion Flash 10.2
+ *  @playerversion AIR 2.6
+ *  @productversion FlexJS 0.0
+ */
+public function Animate() {
+}
+
+private var _strand:IStrand;
+private var _spin:Boolean = true;
+private var _pulse:Boolean = false;
+
+/**
+ *  Rotate the icon
+ *
+ *  @langversion 3.0
+ *  @playerversion Flash 10.2
+ *  @playerversion AIR 2.6
+ *  @productversion FlexJS 0.0
+ */
+public function get spin():Boolean
+{
+return _spin;
+}
+
+public function set spin(value:Boolean):void
+{
+_spin = value;
+}
+/**
+ *  Pulse the icon, i.e. rotate with 8 steps
+ *
+ *  @langversion 3.0
+ *  @playerversion Flash 10.2
+ *  @playerversion AIR 2.6
+ *  @productversion FlexJS 0.0
+