Plugin Directory

Changeset 3089581


Ignore:
Timestamp:
05/20/2024 05:28:19 PM (23 months ago)
Author:
marketinganaimo
Message:

The chat icon has been improved by adding animation.

Location:
anaimo-ai-chat/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • anaimo-ai-chat/trunk/css/img/help-chat-left.svg

    r3089329 r3089581  
    2323     inkscape:document-units="pt"
    2424     inkscape:zoom="15.220473"
    25      inkscape:cx="26.378944"
    26      inkscape:cy="22.10838"
    27      inkscape:window-width="1920"
    28      inkscape:window-height="1027"
    29      inkscape:window-x="1912"
    30      inkscape:window-y="-8"
     25     inkscape:cx="26.411794"
     26     inkscape:cy="22.174081"
     27     inkscape:window-width="1841"
     28     inkscape:window-height="1041"
     29     inkscape:window-x="1920"
     30     inkscape:window-y="0"
    3131     inkscape:window-maximized="1"
    3232     inkscape:current-layer="svg2" /><defs
     
    3838           id="path3" /></g></clipPath></defs><path
    3939     id="rect10"
    40      style="stroke-width:1.99477;fill:#e1e1e1;fill-opacity:1"
     40     style="stroke-width:1.99477;fill:#ffffff;fill-opacity:1"
    4141     d="m 9,-2e-7 h 18 c 4.986,0 9,4.116923 9,9.230769 V 14.76923 c 0,5.113846 -4.014,9.230769 -9,9.230769 H 9 0 V 14.76923 9.2307688 C 0,4.1169228 4.014,-2e-7 9,-2e-7 Z"
    4242     sodipodi:nodetypes="ssssscccss" /><path
    4343     id="rect10-4"
    44      style="fill:#e1e1e1;fill-opacity:1;stroke-width:1.74077"
     44     style="fill:#ffffff;fill-opacity:1;stroke-width:1.74077"
    4545     d="m 9.9,1.8461536 h 16.2 c 4.4874,0 8.1,3.4835502 8.1,7.8106509 v 4.6863905 c 0,4.3271 -3.6126,7.81065 -8.1,7.81065 H 9.9 1.8 V 14.343195 9.6568045 C 1.8,5.3297038 5.4126,1.8461536 9.9,1.8461536 Z"
    4646     sodipodi:nodetypes="ssssscccss" /></svg>
  • anaimo-ai-chat/trunk/css/img/help-chat-right.svg

    r3089329 r3089581  
    2323     inkscape:document-units="pt"
    2424     inkscape:zoom="15.220473"
    25      inkscape:cx="26.378944"
    26      inkscape:cy="22.042679"
    27      inkscape:window-width="1920"
    28      inkscape:window-height="1027"
    29      inkscape:window-x="1912"
     25     inkscape:cx="26.411794"
     26     inkscape:cy="22.10838"
     27     inkscape:window-width="1857"
     28     inkscape:window-height="1057"
     29     inkscape:window-x="55"
    3030     inkscape:window-y="-8"
    3131     inkscape:window-maximized="1"
     
    3838           id="path3" /></g></clipPath></defs><path
    3939     id="rect10"
    40      style="stroke-width:1.99477;fill:#ffffff;fill-opacity:1"
     40     style="stroke-width:1.99477;fill:#e1e1e1;fill-opacity:1"
    4141     d="M 27,-2e-7 H 9 c -4.986,0 -9,4.116923 -9,9.230769 V 14.76923 c 0,5.113846 4.014,9.230769 9,9.230769 h 18 9 V 14.76923 9.2307688 C 36,4.1169228 31.986,-2e-7 27,-2e-7 Z"
    4242     sodipodi:nodetypes="ssssscccss" /><path
    4343     id="rect10-4"
    44      style="fill:#ffffff;fill-opacity:1;stroke-width:1.74077"
     44     style="fill:#e1e1e1;fill-opacity:1;stroke-width:1.74077"
    4545     d="M 26.1,1.8461536 H 9.9 c -4.4874,0 -8.1,3.4835502 -8.1,7.8106509 v 4.6863905 c 0,4.3271 3.6126,7.81065 8.1,7.81065 h 16.2 8.1 v -7.81065 -4.6863905 c 0,-4.3271007 -3.6126,-7.8106509 -8.1,-7.8106509 z"
    4646     sodipodi:nodetypes="ssssscccss" /></svg>
  • anaimo-ai-chat/trunk/css/style.css

    r3088445 r3089581  
    141141  0% { transform: rotate(0); }
    142142  10% { transform: rotate(8deg); }
    143   30% { transform: rotate(-16deg); }
     143  30% { transform: rotate(-20deg); }
    144144  50% { transform: rotate(0); }
    145145  70% { transform: rotate(-6deg); }
     
    150150  10% { transform: rotate(0); }
    151151  20% { transform: rotate(-8deg); }
    152   40% { transform: rotate(16deg); }
     152  40% { transform: rotate(20deg); }
    153153  60% { transform: rotate(0); }
    154154  80% { transform: rotate(6deg); }
  • anaimo-ai-chat/trunk/readme.txt

    r3088445 r3089581  
    7777= 1.0.2 =
    7878* The chat icon has been improved by adding animation.
     79= 1.0.3 =
     80* The chat icon has been improved by adding animation.
    7981
    8082== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.