Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
macCesar committed Jan 7, 2025
1 parent b7e7d67 commit 5726250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/glossary/compoundClasses/moveByAnimate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```scss
// To use the `animate` method when dragging objects using the PurgeTSS Animation Module.
// To use the `animate` method when dragging objects using the Animation Module.
'.move-by-animate': { moveByAnimate: true }
'.move-by-animate-false': { moveByAnimate: false }
```
```
4 changes: 2 additions & 2 deletions dist/glossary/compoundClasses/moveByAnimation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```scss
// To use the `Ti.UI.createAnimation` inside the `animate` method when dragging objects using the PurgeTSS Animation Module.
// To use the `Ti.UI.createAnimation` inside the `animate` method when dragging objects using the Animation Module.
'.move-by-animation': { moveByAnimation: true }
'.move-by-animation-false': { moveByAnimation: false }
```
```
4 changes: 2 additions & 2 deletions dist/glossary/compoundClasses/moveByProperties.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```scss
// To use the `applyProperties` method when dragging objects using the PurgeTSS Animation Module.
// To use the `applyProperties` method when dragging objects using the Animation Module.
'.move-by-properties': { moveByProperties: true }
'.move-by-properties-false': { moveByProperties: false }
```
```

0 comments on commit 5726250

Please sign in to comment.